#ifndef _NTPSAPI_H
#if (PHNT_MODE != PHNT_MODE_KERNEL)
/**
* The NtQueryPortInformationProcess function retrieves the status of the current process exception port.
*
* @return LOGICAL If TRUE, the process exception port is valid.
*/
NTSYSCALLAPI
LOGICAL
NTAPI
NtQueryPortInformationProcess(
VOID
);
View code on GitHub
#ifndef _NTZWAPI_H
NTSYSCALLAPI
LOGICAL
NTAPI
ZwQueryPortInformationProcess(
VOID
);
View code on GitHub
No description available.