User's Manual
Programming—Chapter 7
297700 Series Color Mobile Computer User’s Manual
ResetRadioToSystemSave()
Call this function to force the radio to reset to the last desired active pro-
file.
Syntax
UINT ResetRadioToSystemSave( );
Parameters
None.
Return Values
ERROR_SUCCESS when successful.
Remarks
None.
Definitions
#ifdef DYNAMIC_LOADING
typedef UINT (*PFN_ResetRadioToSystemSave)();
#else
UINT ResetRadioToSystemSave();
#endif