#ifndef _NTEXAPI_H typedef enum _SM_STORE_TYPE { StoreTypeInMemory=0, StoreTypeFile=1, StoreTypeMax=2 } SM_STORE_TYPE; #endif View code on GitHub
No description available.