Struttura IBufferByteAccess (robuffer.h)
Rappresenta un buffer come matrice di byte.
Sintassi
struct IBufferByteAccess : IUnknown {
HRESULT Buffer(
byte **value
);
};
Ereditarietà
La struttura IBufferByteAccess implementa IUnknown.
Membri
Ottiene la matrice di byte nel buffer.
Commenti
Il client crea un oggetto IBuffer e il buffer viene fornito dal metodo Buffer .
Quando si implementa l'interfaccia IBuffer , è necessario implementare l'interfaccia IBufferByteAccess .
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows 8 |
Server minimo supportato | Windows Server 2012 |
Intestazione | robuffer.h |