Share via


EbootGetDHCPAddr (Windows CE 5.0)

Send Feedback

This function obtains an IP address from the Dynamic Host Configuration Protocol (DHCP) server.

BOOL EbootGetDHCPAddr(EDBG_ADDR* pEdbgAddr,DWORD* pdwSubnetMask,EDBG_ADDR* pdwDHCPLeaseTime);

Parameters

  • pEdbgAddr
    [in] Pointer to an EDBG_ADDR structure.

    The dwIP address field is filled out based on the allocation from the DHCP server.

  • pdwSubnetMask
    [in] Subnet mask.

  • pdwDHCPLeaseTime
    [in] DHCP lease time.

Return Values

TRUE indicates success. FALSE indicates failure.

Requirements

OS Versions: Windows CE .NET 4.2 and later.
Header: Halether.h.
Link Library: Hal.lib.

See Also

EDBG_ADDR | Implementing the OEMKitlInit Function

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.