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.
The DeregisterManageableLogClient function deregisters a client with the log manager.
Syntax
CLFSUSER_API BOOL DeregisterManageableLogClient(
[in] HANDLE hLog
);
Parameters
[in] hLog
The handle to deregister.
Return value
If the function succeeds, the return value is nonzero.
If the function fails, the return value is zero. For extended error information, call GetLastError.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista [desktop apps only] |
| Minimum supported server | Windows Server 2003 R2 [desktop apps only] |
| Target Platform | Windows |
| Header | clfsmgmtw32.h |
| Library | Clfsw32.lib |
| DLL | Clfsw32.dll |