GetInitialized
Indicates if the driver has been initialized.
Syntax
Section titled “Syntax”virtual bool GetInitialized() const abstract;Return value
Section titled “Return value”Returns true if the driver has been initialized, otherwise false.
Remarks
Section titled “Remarks”The driver is initialized between calls to IIviDriver::Initialize and IIviDriver::Close, assuming that IIviDriver::Initialize was successful.