AV_PCR - NtDoc

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

typedef struct _AV_PCR {
  union {
    OPCR  oPCR;
    IPCR  iPCR;
    ULONG ulongData;
  };
} AV_PCR, *PAV_PCR;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-61883-_av_pcr)

_AV_PCR structure

Description

The AV_PCR structure specifies settings for an input or output plug.

Members

oPCR

Contains an OPCR structure that contains initialization values for an output plug.

iPCR

Contains an IPCR structure that contains initialization values for an input plug.

ulongData

Reserved for internal use.

See also

AV_61883_REQUEST structure