#ifndef _NTLPCAPI_H
// begin_private
/**
* The AlpcGetOutstandingCompletionListMessageCount routine retrieves the number of outstanding messages in an ALPC completion list.
*
* \param CompletionList Pointer to the completion list.
* \return ULONG The number of outstanding messages.
*/
NTSYSAPI
ULONG
NTAPI
AlpcGetOutstandingCompletionListMessageCount(
_In_ PVOID CompletionList
);
View code on GitHubNo description available.