KITLInitLibrary (Windows Embedded CE 6.0)
1/5/2010
This function initializes the Kernel Independent Transport Layer (KITL) subsystem for use by a client/server application.
Syntax
BOOL KITLInit Library(
LPCWSTR pszRegKeyRoot
);
Parameters
- pszRegKeyRoot
[in] Pointer to a string that specifies the root registry location where all the relative KITL information is stored. A client process always passes NULL.
Return Value
If KITL is initialized, TRUE is returned; otherwise, FALSE is returned.
Remarks
All applications that load Kitldll.dll must call KITLInit
Library before performing any KITL application programming interfaces (APIs).
Requirements
Header | kitlclnt.h |
Library | kitldll.lib |
Windows Embedded CE | Windows CE .NET 4.0 and later |