ProgrammingChapter —7
284 700Series Color MobileComputer User’s Manual
EnableZeroConfig()
This enables or disablesthe Wireless Zero Configuration Wizard from
Microsoft. After calling this function, a war m-boot is required for the
change to take effect.
Note: Enabling thisf unctioneff ectivelydisables all the SET commands in
this API.
Syntax UINT EnableZeroConfig( USHORT );
Parameters TRUE Enable Wireless Zero Config
FALSE DisableWireless Zero Config
Return Values ERROR_SUCCESS when successful, ERR_ZERO_CONFIG_CHANGE_FAILE D when the
query failed.
Remarks Callthis function to set the desired Zero Config status.
Definitions #ifdef DYNAMIC_LOADING
typedef UINT (*PFN_EnableZeroConfig)(USHORT);
#else
UINT EnableZeroConfig(USHORT);
#endif
isZeroConfigEnabled()
Call this function to determine whether Zero Config is currently enable d.
Syntax UINT isZeroConfigEnabled( );
Parameters None.
Return Values TRUE ifZeroConfig is enabled, and FALSE if it is disabled.
Remarks None.
Definitions #ifdef DYNAMIC_LOADING
typedef UINT (*PFN_isZeroConfigEnabled)();
#else
UINT isZeroConfigEnabled();
#endif
isOrinoco()
Call this function to determine whether the current radio is an
ORiNOCO, Lucent, orWaveLAN radio.
Syntax UINT isOrinoco( );
Parameters None.
Return Values TRUE ifthis is an ORiNOCO radio, and FALSE if it is not.
Remarks None.
Definitions #ifdef DYNAMIC_LOADING
typedef UINT (*PFN_isOrinoco)();
#else
UINT isOrinoco();
#endif