DeregisterManageableLogClient function (clfsmgmtw32.h)

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

See also

RegisterManageableLogClient