IGenericBufferDataCallback::ResultCallback method
A callback that notifies the host of generic buffer information returned by the assocaited request.
Syntax
HRESULT ResultCallback(
DWORD size,
BYTE [] count0_buffer,
BSTR type
);
Parameters
size
The size of the buffer contents in bytes.
count0_buffer
The buffer contents. In most cases this is XML data.
type
A COM string that indicates the type of content returned in the buffer.
Return value
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Requirements
Header | Vspixengine.h |
See also