IBufferObjectDataCallback::ResultCallback method

A callback that notifies the host of buffer information written to a file by the assocaited request.

Syntax

HRESULT ResultCallback(
   BSTR File
);

Parameters

File A COM string that contains the pathname of the file where results are written.

Return value

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Requirements

Header

Vspixengine.h

See also

IBufferObjectDataCallback