SECURE_BUFFER_INFO - NtDoc

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

typedef struct {
  GUID      guidBufferIdentifier;
  DWORD     cbBufferSize;
  DWORD     cbCaptured;
  ULONGLONG ullReserved[16];
} SECURE_BUFFER_INFO, *PSECURE_BUFFER_INFO;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ksmedia-secure_buffer_info)

Description

This topic describes the SECURE_BUFFER_INFO structure (ksmedia.h).

Members

guidBufferIdentifier

Defines the GUID member guidBufferIdentifier.

cbBufferSize

Defines the DWORD member cbBufferSize.

cbCaptured

Defines the DWORD member cbCaptured.

ullReserved[16]

Defines the ULONGLONG member ullReserved.

Remarks

See also