Click or drag to resize

Ole32Func Class

Provides unmanaged Ole32 function imports.
Inheritance Hierarchy
SystemObject
  Altaxo.UnmanagedApi.Ole32Ole32Func

Namespace: Altaxo.UnmanagedApi.Ole32
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static class Ole32Func

The Ole32Func type exposes the following members.

Methods
 NameDescription
Public methodStatic memberCoDisconnectObject Disconnects an object from all its external connections.
Public methodStatic memberCoFileTimeNow Retrieves the current system time as a COM file time.
Public methodStatic memberCoInitializeEx Initializes the COM library for the calling thread.
Public methodStatic memberCoRegisterClassObject Registers a class factory with COM.
Public methodStatic memberCoResumeClassObjects Informs COM that all registered class objects are ready to receive activation requests.
Public methodStatic memberCoRevokeClassObject 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.
Public methodStatic memberCoUninitialize Uninitializes the COM library on the current thread.
Public methodStatic memberCreateBindCtx Creates a bind context.
Public methodStatic memberCreateDataAdviseHolder Creates a data advise holder object.
Public methodStatic memberCreateFileMoniker Creates a file moniker.
Public methodStatic memberCreateGenericComposite Creates a composite moniker from two monikers.
Public methodStatic memberCreateItemMoniker Creates an item moniker.
Public methodStatic memberCreateOleAdviseHolder Creates an OLE advise holder object.
Public methodStatic memberCreateStreamOnHGlobal Creates a stream object on a global memory handle.
Public methodStatic memberGetRunningObjectTable Retrieves the running object table.
Public methodStatic memberOleIsCurrentClipboard Determines whether the specified data object is on the clipboard.
Public methodStatic memberOleRegGetUserType Retrieves a user-readable type name from the registry.
Public methodStatic memberOleSaveToStream Saves an object to a stream.
Public methodStatic memberStgOpenStorage Opens an existing structured storage object.
Public methodStatic memberWriteClassStg Writes a class identifier to a storage object.
Top
See Also