Metodo IMemoryBufferByteAccess::GetBuffer
Ottiene un oggetto IMemoryBuffer come matrice di byte.
Sintassi
HRESULT GetBuffer(
[out] BYTE **value,
[out] UINT32 *capacity
);
Parametri
-
value [out]
-
Puntatore a una matrice di byte contenente i dati del buffer.
-
capacità [out]
-
Numero di byte nella matrice restituita
Valore restituito
Se questo metodo ha esito positivo, restituisce S_OK. In caso contrario, restituisce un codice di errore HRESULT .
Commenti
Quando viene chiamato MemoryBuffer::Close , il codice che usa questo buffer deve impostare il puntatore del valore su Null.
Vedi anche