PLOG_UNPINNED_CALLBACK callback function (clfsmgmtw32.h)
The LOG_UNPINNED_CALLBACK function is an application-defined callback function that receives notification that the log has become unpinned. The callback is invoked in the context of an asynchronous procedure call (APC) on the thread that registers for log management.
Syntax
PLOG_UNPINNED_CALLBACK PlogUnpinnedCallback;
void PlogUnpinnedCallback(
[in] HANDLE hLogFile,
[in] PVOID pvClientContext
)
{...}
Parameters
[in] hLogFile
The handle to the log.
[in] pvClientContext
A pointer to the client context. This is the same context specified when registering the client, which is a member of LOG_MANAGEMENT_CALLBACKS.
Return value
None
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 |