#ifndef _NTPSAPI_H
#if (PHNT_MODE != PHNT_MODE_KERNEL)
/**
* The PROCESS_LUID_DOSDEVICES_ONLY flag limits the device map to only devices from the current process or logon session.
*/
#define PROCESS_LUID_DOSDEVICES_ONLY 0x00000001
View code on GitHub
No description available.