System.Win.ComObj.CoCreateInstanceEx

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

CoCreateInstanceEx: TCoCreateInstanceExProc = nil;

Properties

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

Description

Function that creates an instance of the specified class on the specified machine. This is the signature of this function:

function (const clsid: TCLSID; unkOuter: IUnknown; dwClsCtx: Longint;
ServerInfo: PCoServerInfo; dwCount: Longint; rgmqResults: PMultiQIArray): HResult;

See the MSDN documentation for additional information.

See Also