CODController::IsOleInitialized

BOOL CODController::IsOleInitialized(void)

Determines if the OLE libraries have been initialized.

Defined in: OdController.cpp

Return Value

TRUE if the OLE libraries have been initialized.

Comments

This method works only for applications developed with Visual C++ 5.0 and greater. For previous versions, this will always return TRUE, assuming the libraries have been initialized. OLE Drag and Drop will only work if these libraries have been initialized. If you do not to use OLE and are using a version of Visual C++ earlier than 5.0, override this methos and return FALSE.