KITLInitLibrary (Compact 2013)
3/26/2014
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 |