XPS Unified Programmer’s Manual
7.2.1.337 TZMappingModeGet
Name
TZMappingModeGet – Gets TZ mapping mode.
Input tests
- Refer to section 7.1: “Input Tests Common to all XPS Functions”.
- Checks the group type (must be a TZ group): (-8)
- Checks the group name: (-19)
Description
This function gets the current state of TZ mapping mode (1=Enabled, 0=Disabled).
This API is reserved to TZ group only.
Prototype
int TZMappingModeGet(
int SocketID,
char * GroupName,
int * Mode
)
Input parameters
SocketID int Socket identifier gets by the
“TCP_ConnectToServer” function.
GroupName char * TZ group name.
Output parameters
Mode int * TZ mapping mode state.
Return (In addition to the results of “Input Tests Common to all XPS
Functions”)
• 0: No error.
• -8: Wrong object type for this command.
• -19: GroupName doesn't exist or unknown command.
EDH0373En1023 — 01/18 488