Share via


OEMKitlInit

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

BOOL OEMKitlInit(
  PKITLTRANSPORT pTransport
);

Parameters

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

Return Values

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 the information needed by the host computer to connect to the device.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Kitl.h.
Link Library: Kitl.lib.

See Also

KITLTRANSPORT

Last updated on Wednesday, April 13, 2005

© 2005 Microsoft Corporation. All rights reserved.