#ifndef _NTEXAPI_H typedef enum _SM_STORE_MANAGER_TYPE { SmStoreManagerTypePhysical = 0, SmStoreManagerTypeVirtual = 1, SmStoreManagerTypeMax = 2 } SM_STORE_MANAGER_TYPE; #endif View code on GitHub
No description available.