Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This topic describes the SECURE_BUFFER_INFO structure (ksmedia.h).
Syntax
typedef struct {
GUID guidBufferIdentifier;
DWORD cbBufferSize;
DWORD cbCaptured;
ULONGLONG ullReserved[16];
} SECURE_BUFFER_INFO, *PSECURE_BUFFER_INFO;
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.
Requirements
Requirement | Value |
---|---|
Header | ksmedia.h (include Ksmedia.h) |