// prdrvcom.h
typedef enum tagSHIMOPTS {
PTSHIM_DEFAULT,
PTSHIM_NOSNAPSHOT
} SHIMOPTS, *PSHIMOPTS;
View the official Windows Driver Kit DDI referenceNo description available.
Describes the SHIMOPTS enumeration.
PTSHIM_DEFAULTDefines the PTSHIM_DEFAULT constant.
PTSHIM_NOSNAPSHOTDefines the PTSHIM_NOSNAPSHOT constant.