RTL_EXIT_POOL_THREAD - NtDoc

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

typedef _Function_class_(RTL_EXIT_POOL_THREAD)
NTSTATUS NTAPI RTL_EXIT_POOL_THREAD(
    _In_ NTSTATUS ExitStatus
    );

#endif

View code on GitHub

No description available.