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