System.Win.ComObj.CoInitializeEx

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

CoInitializeEx: TCoInitializeExProc = nil;

Properties

Type Visibility Source Unit Parent
variable public System.Win.ComObj.pas System.Win.ComObj System.Win.ComObj

Description

Function that initializes the COM library to be used by the calling thread. This is the signature of this function:

function (pvReserved: Pointer; coInit: Longint): HResult;

See the MSDN documentation for additional information.

See Also