OEMKitlInit (Compact 7)

3/12/2014

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 which KITL transport to use and possible settings.

The OEM must fill the KITLTRANSPORT structure with all information needed by the development computer to connect to the Windows Embedded Compact powered device.

Requirements

Header

kitl.h

Library

Kitl.lib

See Also

Reference

Required KITL Functions