Note
Kailangan ng pahintulot para ma-access ang page na ito. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
Represents a buffer as an array of bytes.
Syntax
struct IBufferByteAccess : IUnknown {
HRESULT Buffer(
byte **value
);
};
Inheritance
The IBufferByteAccess structure implements IUnknown.
Members
Gets the array of bytes in the buffer.
Remarks
The client creates an IBuffer object, and the buffer is provided by the Buffer method.
When you implement the IBuffer interface, you must implement the IBufferByteAccess interface.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 8 |
| Minimum supported server | Windows Server 2012 |
| Header | robuffer.h |