GetVerbosity
Gets whether additional processing messages should be displayed.
C++
HRESULT GetVerbosity([out, retval] BSTR *verbosity);
Visual Basic
Public Function GetVerbosity () As Long
Parameters
None
Return value
verbosity As String
- mute - none
- normal - any error messages and whether the image was generated successfully
- debug - additional processing information
|