2.2.22.2.6 LocationInfoData
The LocationInfoData structure MUST be present in the Activation Properties BLOB structure. The server MUST ignore this structure.
CLSID_ServerLocationInfo (see section 1.9) is used to identify this property in the CustomHeader.pclsid array.
-
typedef struct tagLocationInfoData { [string] wchar_t* machineName; DWORD processId; DWORD apartmentId; DWORD contextId; } LocationInfoData;
machineName: This MUST be set to NULL and MUST be ignored on receipt.
processId: This MUST be set to 0 and MUST be ignored on receipt.
apartmentId: This MUST be set to 0 and MUST be ignored on receipt.
contextId: This MUST be set to 0 and MUST be ignored on receipt.