PROCESS_LUID_DEVICE_MAPS_ENABLED - NtDoc

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

/**
 * The PROCESS_LUID_DEVICE_MAPS_ENABLED structure is used to query whether LUID device maps are enabled for a process.
 */
typedef struct _PROCESS_LUID_DEVICE_MAPS_ENABLED
{
    ULONG LuidDeviceMapsEnabled;
} PROCESS_LUID_DEVICE_MAPS_ENABLED, *PPROCESS_LUID_DEVICE_MAPS_ENABLED;

#endif
#endif

View code on GitHub

NtDoc

No description available.