OEMKitlInit (Windows CE 5.0)
This function is called by the kernel to initialize KITL before connecting to the host computer.
BOOL OEMKitlInit(PKITLTRANSPORTpTransport);
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 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
Send Feedback on this topic to the authors