#ifndef _NTLPCAPI_H
// begin_private
/**
* The AlpcUnregisterCompletionListWorkerThread routine unregisters a worker thread from an ALPC completion list.
*
* \param CompletionList Pointer to the completion list.
* \return BOOLEAN TRUE on success, FALSE otherwise.
*/
NTSYSAPI
BOOLEAN
NTAPI
AlpcUnregisterCompletionListWorkerThread(
_Inout_ PVOID CompletionList
);
View code on GitHubNo description available.