Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
3/26/2014
This function deregisters a Kernel Independent Transport Layer (KITL) client from a KITL server.
Syntax
BOOL KITLDeRegisterClient(
KITLID id
);
Parameters
- id
[in] KITL client identifier returned from KITLRegisterClient.
Return Value
If the deregistration succeeded, TRUE is returned; otherwise, FALSE is returned.
Requirements
Header |
kitlclnt.h |
Library |
kitldll.lib |