<div class="content" name="LocationInfoData" uuid="d4bed6c9-cb05-482d-8fef-ec867209aa10"><p>The LocationInfoData structure MUST be present in the <a href="d48f1e14-0247-4b70-808a-3f3914ae205d" data-linktype="relative-path">Activation Properties BLOB</a>
structure. The server MUST ignore this structure.</p><p>CLSID_ServerLocationInfo (see section <a href="c25391af-f59e-40da-885e-cc84076673e4" data-linktype="relative-path">1.9</a>) is used to identify
this property in the CustomHeader.pclsid array.</p><dl>
<dd>
<div><pre> typedef struct tagLocationInfoData {
   [string] wchar_t* machineName;
   DWORD processId;
   DWORD apartmentId;
   DWORD contextId;
 } LocationInfoData;
</pre></div>
</dd></dl><p><b>machineName:</b>  This MUST be set to
NULL and MUST be ignored on receipt.</p><p><b>processId:</b>   This MUST be set to 0
and MUST be ignored on receipt.</p><p><b>apartmentId:</b>   This MUST be set to 0
and MUST be ignored on receipt.</p><p><b>contextId:</b>   This MUST be set to 0
and MUST be ignored on receipt.</p></div>