Intermec 700 Series User Manual page 122

Color mobile computer
Hide thumbs Also See for 700 Series:
Table of Contents

Advertisement

SECTION 4
GetRegistryNetworkName()
This routine will get the SSID (Network Name) from the registry for the speci-
fied configuration number. The receiving buffer is at least 33 characters long.
Syntax:
Parameters:
Return Value:
GetRegistryPowerMode()
This routine will retrieve the power management state from the registry for the
specified configuration number.
Syntax:
Parameters:
Return Value:
GetRegistryProfileNumber()
This retrieves the currently active radio profile number from the registry.
Syntax:
Parameters:
Return Value:
int GetRegistryNetworkName( int ProfileNumber, TCHAR*
szNetworkName );
ProfileNumber
[in] This is an integer value that specifies which
configuration number the user wants to read. Valid
values are CONFIG_01, CONFIG_02, CONFIG_03, and
CURRENT_CONFIG. CURRENT_CONFIG will return
the currently active network name stored in the registry.
szNetworkName
[out] Pointer to the Network Name receiving buffer. The
character string returned can be from 1 to 32 characters
and will be NULL terminated. Receiving buffer should be
at least 33 characters in length.
This function returns a NULL if successful or a non-zero value if an error
occurs.
int GetRegistryPowerMode( int ProfileNumber, BOOL* PowerMode );
ProfileNumber
[in] This is an integer value that specifies which
configuration number the user wants to read. Valid
values are CONFIG_01, CONFIG_02, CONFIG_03, and
CURRENT_CONFIG. CURRENT_CONFIG will get the
value of the currently active configuration.
PowerMode
[out] Power management state.
1 = Enabled
0 = Disabled
This function returns a NULL if successful or a non-zero value if an error
occurs.
int GetRegistryProfileNumber( DWORD* ProfileNumber );
ProfileNumber
[out] This is pointer to the DWORD that will hold the
currently active radio configuration number. Valid
return values in this variable are CONFIG_01,
CONFIG_02, or CONFIG_03.
This function returns a NULL if successful or a non-zero value if an error
occurs.
700 Series Color Mobile Computer User's Manual
Network Support
4-45

Advertisement

Table of Contents
loading

Table of Contents