|
JWSCL Documentation
|
constructor Create(const ResourceId: PResStringRec; const DisableProcessIsolation: Boolean; const ComServer: TComServerObject; const TypedComClass: TTypedComClass; const ClassId: TGUID; const Instancing: TClassInstancing; const ThreadingModel: TThreadingModel = tmApartment); overload;
|
Parameters |
Description |
|
const ResourceId: PResStringRec |
defines a delphi resource id. This id must be created by "resourcestring". Use ResourcestringName as parameter input |
|
const DisableProcessIsolation: Boolean |
defines whether the elevated com process should be isolated (true) or not. |
Create registers a com object. Every com object that must be elevated must be registered by this constructor.
|
Copyright (c) 2010. All rights reserved.
This help was created by Doc-O-Matic sponsored by toolsfactory software inc. |
|
What do you think about this topic? Send feedback!
|