Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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