Events
Apr 8, 3 PM - May 28, 7 AM
Sharpen your AI skills and enter the sweepstakes to win a free Certification exam
Register now!This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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.
Gets an IMemoryBuffer as an array of bytes.
HRESULT GetBuffer(
[out] BYTE **value,
[out] UINT32 *capacity
);
value [out]
A pointer to a byte array containing the buffer data.
capacity [out]
The number of bytes in the returned array
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
When MemoryBuffer::Close is called, the code using this buffer should set the value pointer to null.
Events
Apr 8, 3 PM - May 28, 7 AM
Sharpen your AI skills and enter the sweepstakes to win a free Certification exam
Register now!