2.2.2.23 ActivationTypeProperty
The ActivationTypeProperty type represents whether instance containers for a conglomeration are to be hosted in a new process or in the creator's process.
Simple type: eDT_LPWSTR
Validity: MUST be one of the following values.
-
Value
Meaning
"Local"
Instance containers are to be hosted in a new process.
"Inproc"
Instance containers are to be hosted in the creator's process.
Server validation: Servers SHOULD<28> enforce validity constraints.
Client validation: Clients MUST enforce validity constraints.