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.
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