CMP_PLUG_TYPE - NtDoc

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

typedef enum {
  CMP_PlugOut,
  CMP_PlugIn
} CMP_PLUG_TYPE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-61883-cmp_plug_type)

CMP_PLUG_TYPE enumeration

Description

This enumeration specifies the type of a plug.

Constants

CMP_PlugOut

An out plug.

CMP_PlugIn

An in plug.

See also

AV_61883_REQUEST