Share via


EbootWaitForHostConnect

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/27/2008

This function communicates with Microsoft Platform Builder on the development workstation to obtain the contents of an EDBG_OS_CONFIG_DATA structure.

Syntax

EDBG_OS_CONFIG_DATA* EbootWaitForHostConnect(
  EDBG_ADDR* pDevAddr,
  EDBG_ADDR* pHostAddr
);

Parameters

  • pDevAddr
    [in] Pointer to an EDBG_ADDR structure containing the IP address and Media Access Control (MAC) address of the device.
  • pHostAddr
    [in] Pointer to an EDBG_ADDR structure containing the address information about the host side (Platform Builder side) machine.

Return Value

Returns an EDBG_OS_CONFIG_DATA structure containing user settings, or flags, and desktop service IP and port information.

Requirements

Header halether.h
Library hal.lib
Windows Embedded CE Windows CE .NET 4.2 and later

See Also

Reference

EDBG_ADDR

Concepts

Eboot Code Library