AlpcUnregisterCompletionListWorkerThread - NtDoc

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

/**
 * The AlpcUnregisterCompletionListWorkerThread routine unregisters a worker thread from an ALPC completion list.
 *
 * \param CompletionList Pointer to the completion list.
 * \return BOOLEAN TRUE on success, FALSE otherwise.
 */
NTSYSAPI
BOOLEAN
NTAPI
AlpcUnregisterCompletionListWorkerThread(
    _Inout_ PVOID CompletionList
    );

// end_private
#endif

View code on GitHub

NtDoc

No description available.