Overview | Methods | This Package | All Packages
Initializes OLE in your application.
Syntax
public static void OLERequired()
Remarks
The OLERequired method is used to verify that OLE has been initialized on the current thread. The Application object automatically removes OLE initialization when the thread is closed.
Note Unless you are calling OLE functions directly, you do not need to call this method.