OEMKitlInit (Windows Embedded CE 6.0)

1/5/2010

This function is called by the KitlInit function to initialize the kernel independent transport layer (KITL) device and KITLTRANSPORT structure.

Syntax

BOOL OEMKitlInit(
  PKITLTRANSPORT pKitl
);

Parameters

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

Return Value

Returns true if the function succeeds; otherwise, false.

Remarks

If you are using the common KITL library, this function is already implemented.

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 Windows Embedded CE powered device.

Requirements

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

See Also

Reference

Required KITL Functions
KITLTRANSPORT