PROCESS_SET_PORT - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
#ifndef _NTPSAPI_H
#if (PHNT_MODE == PHNT_MODE_KERNEL)

#define PROCESS_SET_PORT 0x0800

#endif
#endif

View code on GitHub
#ifndef _NTPSAPI_H
#if (PHNT_MODE == PHNT_MODE_KERNEL)
// ...
#else
#ifndef PROCESS_SET_PORT

#define PROCESS_SET_PORT 0x0800

#endif
#endif
#endif

View code on GitHub

No description available.