OEMPTOPTS - NtDoc

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

typedef enum tagOEMPTOPTS {
  OEMPT_DEFAULT,
  OEMPT_NOSNAPSHOT
} OEMPTOPTS, *POEMPTOPTS;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-prcomoem-tagoemptopts)

Description

Describes the OEMPTOPTS enumeration.

Constants

OEMPT_DEFAULT

Defines the OEMPT_DEFAULT constant.

OEMPT_NOSNAPSHOT

Defines the OEMPT_NOSNAPSHOT constant.