Compaq AAPVNFGTE Computer Accessories User Manual


 
ACMSDI$GET_SUBMITTER_INFO
5.1 ACMSDI$GET_SUBMITTER_INFO
This service returns information regarding desktop users signed in to the
Compaq ACMS system. The service reports only those users signed in to the
TP Desktop Connector gateway running on the same node as the program
calling the ACMSDI$GET_SUBMITTER_INFO routine. See Compaq TP
Desktop Connector for ACMS Client Application Programming Guide for
coding and building guidelines.
The C-language function prototype and definitions for the item codes are in the
file ACMSDI.H in the ACMSDI$COMMON directory.
The ACMSDI$EXAMPLES directory contains a program, SHOW_DESKTOP_
USERS.EXE, that uses the ACMSDI$GET_SUBMITTER_INFO service, the
source file (.C), and the build command procedure (.COM). See Compaq TP
Desktop Connector for ACMS Client Application Programming Guide for
more information about this program.
Note
A program using the ACMSDI$GET_SUBMITTER_INFO service that
was compiled and linked with TP Desktop Connector Version 3.2 works
with only TP Desktop Connector Version 3.2.
Format
ACMSDI$GET_SUBMITTER_INFO (user_context,
itmlst,
[target_submitter_ID],
[target_desktop_ID],
[target_username])
Parameters
user_context
Type: longword (unsigned)
Access: read write
Mechanism: by reference
A context variable acting as a placeholder while the program reports on
multiple submitters. Before calling ACMSDI$GET_SUBMITTER_INFO
initially, the program must set the user context variable to zero. On
5–2 System Management Service on OpenVMS