IPixEngine::SaveFile method
Saves the graphics log to the specified location.
Syntax
HRESULT SaveFile(
BSTR FileName,
IFileIOCallback* pFileIOCallback
);
Parameters
FileName
A COM string containing the pathname of the saved graphics log.
pFileIOCallback
The address of a functon used to notify the host of file IO errors during save.
Return value
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Requirements
Header | Vspixengine.h |
See also