-
Capstone Fundamental Ex 1.5
refServiceHandle: hopen `::5010
**1.5 Using the handle `refServiceHandle` and the `uniqueOpts` variable we created before, call the
`getOptionRef` API and retrieve the associated Options Reference data. Store the returned table
in a variable `optRef`.**optRef: refServiceHandle(`getOptionRef;uniqueOpts)
Using this line of code is not working. IPC says blocked. How do I fix it?
Log in to reply.