User's Manual
Programming—Chapter 7
295700 Series Color Mobile Computer User’s Manual
RenewDHCP()
Call this function to force a DHCP renewal on the current network adap-
ter.
Syntax
UINT RenewDHCP( );
Parameters
None.
Return Values
ERROR_SUCCESS when successful.
Remarks
You should not have to call this f unction on Microsoft PocketPC 2003 or
Microsoft Windows CE 4.2 .NET and later devices.
Definitions
#ifdef DYNAMIC_LOADING
typedef UINT (*PFN_RenewDHCP)();
#else
UINT RenewDHCP();
#endif