Share via


OEMKitlInit

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

Windows Mobile Not SupportedWindows Embedded CE Supported

8/27/2008

This function is called by the kernel to initialize KITL before connecting to the host computer.

Syntax

BOOL OEMKitlInit(
  PKITLTRANSPORT pTransport
);

Parameters

  • pTransport
    [in] Pointer to a KITLTRANSPORT structure that must be filled.

Return Value

If the OEM cannot initialize the KITL transport, FALSE is returned; otherwise, TRUE is returned.

Remarks

The boot loader can pass information in BOOT_ARGS that can be used to determine what KITL transport to use and possible setting.

The OEM must fill the KITLTRANSPORT structure with all information needed by the host computer to connect to the device.

Requirements

Header kitl.h
Library Kitl.lib
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

KITLTRANSPORT