Ole |
The Ole32Func type exposes the following members.
| Name | Description | |
|---|---|---|
| CoDisconnectObject | Disconnects an object from all its external connections. | |
| CoFileTimeNow | Retrieves the current system time as a COM file time. | |
| CoInitializeEx | Initializes the COM library for the calling thread. | |
| CoRegisterClassObject | Registers a class factory with COM. | |
| CoResumeClassObjects | Informs COM that all registered class objects are ready to receive activation requests. | |
| CoRevokeClassObject | Informs OLE that a class object, previously registered with the CoRegisterClassObject function, is no longer available for use. It is used to unregister a Class Factory from COM's internal table of Class Factories. | |
| CoUninitialize | Uninitializes the COM library on the current thread. | |
| CreateBindCtx | Creates a bind context. | |
| CreateDataAdviseHolder | Creates a data advise holder object. | |
| CreateFileMoniker | Creates a file moniker. | |
| CreateGenericComposite | Creates a composite moniker from two monikers. | |
| CreateItemMoniker | Creates an item moniker. | |
| CreateOleAdviseHolder | Creates an OLE advise holder object. | |
| CreateStreamOnHGlobal | Creates a stream object on a global memory handle. | |
| GetRunningObjectTable | Retrieves the running object table. | |
| OleIsCurrentClipboard | Determines whether the specified data object is on the clipboard. | |
| OleRegGetUserType | Retrieves a user-readable type name from the registry. | |
| OleSaveToStream | Saves an object to a stream. | |
| StgOpenStorage | Opens an existing structured storage object. | |
| WriteClassStg | Writes a class identifier to a storage object. |