Compaq AAPVNFGTE Computer Accessories User Manual


 
acmsdi_disable
3.4 acmsdi_disable
TP Desktop Connector services call this procedure for each active forms session
for a desktop submitter whenever the TP Desktop Connector client program
calls acmsdi_sign_out to sign the submitter out of the ACMS system.
Format
acmsdi_disable (forms_session,
call_id,
call_context)
Parameters
forms_session
Type: ACMSDI_FORMS_SESSION_ID
Access: read
Mechanism: by reference
An identification that associates the session with the form specified in the
acmsdi_enable request (see Section 3.5).
call_id
Type: ACMSDI_CALL_ID
Access: read
Mechanism: by reference
The call identification used to complete the disable call when using nonblocking
services. See the description of acmsdi_complete_pp (Section 2.8).
call_context
Type: void *
Access: read
Mechanism: by value
Application-specific context for the call. This is the same context that was
passed by the application to the acmsdi_sign_out() call.
Return Status
The status values returned by the acmsdi_disable procedure are described in
Section 3.1.1.
Portable API Presentation Procedures 3–5