#ifndef _NTPSAPI_H
//
// Processes
//
#if (PHNT_MODE != PHNT_MODE_KERNEL)
#define NtCurrentSession() ((HANDLE)(LONG_PTR)-3)
View code on GitHub
#ifndef _NTPSAPI_H
//
// Processes
//
#if (PHNT_MODE != PHNT_MODE_KERNEL)
#define ZwCurrentSession() NtCurrentSession()
View code on GitHub
No description available.