TpAlpcRegisterCompletionList - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
#ifndef _NTTP_H

// rev
/**
 * Registers the ALPC completion list for the specified ALPC completion object.
 *
 * \param[in,out] Alpc A pointer to a TP_ALPC structure that defines the ALPC completion object.
 */
NTSYSAPI
VOID
NTAPI
TpAlpcRegisterCompletionList(
    _Inout_ PTP_ALPC Alpc
    );

#endif

View code on GitHub

NtDoc

No description available.