#ifndef _NTLPCAPI_H
// begin_private
/**
* The AlpcRundownCompletionList routine rundowns an ALPC completion list.
*
* \param PortHandle Handle to the ALPC port.
* \return NTSTATUS Successful or errant status.
*/
NTSYSAPI
NTSTATUS
NTAPI
AlpcRundownCompletionList(
_In_ HANDLE PortHandle
);
View code on GitHubNo description available.