Compaq AAPVNFGTE Computer Accessories User Manual


 
acmsdi_return_pointer
2.10 acmsdi_return_pointer
TP Desktop Connector client programs written in Visual Basic use the
ACMSDI_RETURN_POINTER service to create the workspace array for the
ACMSDI_CALL_TASK routine. When passing a workspace, the ACMSDI_
CALL_TASK service expects a data structure with the size and address of each
workspace. The ACMSDI_RETURN_POINTER service assigns the address of
a workspace argument to the contents of a pointer address argument. This
service may be used in the forced nonblocking environment to obtain reference
pointers to structures such as call_id.
Format
acmsdi_return_pointer (structure)
Parameters
structure
Type: long int
Access: read
Mechanism: by reference
The workspace or other structure for which a pointer is to be obtained.
Return Status
The return status value for acmsdi_return_pointer is the address of the
structure passed as the parameter in the call.
TP Desktop Connector Portable API Client Services 2–25