User's Manual

ProgrammingChapter 7
292 700 Series Color Mobile Computer U ser’s Manual
StartSupplicant()
Call this function to start the supplicant service if it is installed on the sys-
tem.
Syntax
UINT StartSupplicant( );
Parameters
None.
Return Values
ERROR_SUCCESS when successful.
Remarks
None.
Definitions
#ifdef DYNAMIC_LOADING
typedef UINT (*PFN_StartSupplicant)();
#else
UINT StartSupplicant();
#endif