Enablezeroconfig(); Getcurrentdrivername(); Isdhcpenabled() - Intermec 751G User Manual

Color mobile computer
Hide thumbs Also See for 751G:
Table of Contents

Advertisement

Syntax
UINT EnableZeroConfig( USHORT );
Parameters
TRUE
FALSE
Return Values ERROR_SUCCESS when successful, ERR_ZERO_CONFIG_CHANGE_FAILED when the query
failed.
Remarks
Call this function to set the desired Zero Config status.
Definitions
#ifdef DYNAMIC_LOADING
typedef UINT (*PFN_EnableZeroConfig)(USHORT);
#else
UINT EnableZeroConfig(USHORT);
#endif
751G Color Mobile Computer User's Manual

EnableZeroConfig()

This enables or disables the Wireless Zero Configuration Wizard from
Microsoft. After calling this function, a warm-boot is required for the
change to take effect. Note: Enabling this function effectively disables all the
SET commands in this API.
Enable Wireless Zero Config
Disable Wireless Zero Config

GetCurrentDriverName()

Call this function to populate the TCHAR array with the driver name.
Syntax
UINT GetCurrentDriverName( TCHAR * );
Parameters
Pointer to a TCHAR array which contains the name of the driver when
successful.
Return Values ERROR_SUCCESS when successful.
Remarks
This function is called with a pointer to a TCHAR array that is large
enough to hold the name of the driver PLUS the null terminator.
Definitions
#ifdef DYNAMIC_LOADING
typedef UINT (*PFN_GetCurrentDriverName)(TCHAR *);
#else
UINT GetCurrentDriverName(TCHAR *);
#endif

isDHCPEnabled()

Call this to determine whether DHCP is enabled on the current adapter.
Syntax
UINT isDHCPEnabled( );
Parameters
None.
Return Values TRUE if DHCP is enabled, FALSE if it is not.
Remarks
None.
Definitions
#ifdef DYNAMIC_LOADING
typedef UINT (*PFN_isDHCPEnabled)();
#else
UINT isDHCPEnabled();
#endif
Chapter 3 — Configuring the Computer
93

Advertisement

Table of Contents
loading

Table of Contents