AlpcGetOutstandingCompletionListMessageCount - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
#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
    );

// end_private
#endif

View code on GitHub

NtDoc

No description available.