SHIMOPTS - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// prdrvcom.h

typedef enum tagSHIMOPTS {
  PTSHIM_DEFAULT,
  PTSHIM_NOSNAPSHOT
} SHIMOPTS, *PSHIMOPTS;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-prdrvcom-shimopts)

Description

Describes the SHIMOPTS enumeration.

Constants

PTSHIM_DEFAULT

Defines the PTSHIM_DEFAULT constant.

PTSHIM_NOSNAPSHOT

Defines the PTSHIM_NOSNAPSHOT constant.