<div class="content"><p> </p><p>The customREMOTE_REPLY_SCM_INFO structure is used to return
information about the <span><a href="ba4c4d80-ef81-49b4-848f-9714d72b5c01#gt_5b284f60-ee33-4d15-9a7b-0fb82d7c6b68" data-linktype="relative-path">object exporter</a></span>,
specifically the <span><a href="ba4c4d80-ef81-49b4-848f-9714d72b5c01#gt_602b473b-557d-40cc-8217-2cbdaa04c78d" data-linktype="relative-path">OXID</a></span>, <span><a href="ba4c4d80-ef81-49b4-848f-9714d72b5c01#gt_8a7f6700-8311-45bc-af10-82e10accd331" data-linktype="relative-path">RPC</a></span>
bindings, <span><a href="807a93f5-7321-4bdb-b88a-59059566afd3" data-linktype="relative-path">COMVERSION</a></span>, and <span><a href="ba4c4d80-ef81-49b4-848f-9714d72b5c01#gt_74540339-daab-46ea-a8f9-fe8fca3b150c" data-linktype="relative-path">IPID</a></span>
of the IRemUnknown interface and the authentication hint of the object
exporter.</p><dl>
<dd>
<div><pre> typedef struct _customREMOTE_REPLY_SCM_INFO {
   OXID Oxid;
   DUALSTRINGARRAY* pdsaOxidBindings;
   IPID ipidRemUnknown;
   DWORD authnHint;
   COMVERSION serverVersion;
 } customREMOTE_REPLY_SCM_INFO;
</pre></div>
</dd></dl><p><b>Oxid:</b>   This MUST contain the OXID
identifier for the object exporter.</p><p><b>pdsaOxidBindings:</b>   This MUST
specify the string and security bindings supported by the object exporter and
MUST NOT be NULL. The returned string bindings SHOULD contain endpoints.</p><p><b>ipidRemUnknown:</b>   This MUST specify
the IPID of the object exporter&#39;s <span><a href="ba4c4d80-ef81-49b4-848f-9714d72b5c01#gt_7d3f1934-0b0f-4aae-8ade-d7c76842a80c" data-linktype="relative-path">Remote Unknown</a></span>
object.</p><p><b>authnHint:</b>  This SHOULD contain an
RPC <span><a href="ba4c4d80-ef81-49b4-848f-9714d72b5c01#gt_bfb9708e-9d05-4f79-8969-ef63f73aa434" data-linktype="relative-path">authentication
level</a></span> (see <span><a href="../ms-rpce/290c38b1-92fe-4229-91e6-4fc376610c15" data-linktype="relative-path">[MS-RPCE]</a></span>
section <span><a href="../ms-rpce/425a7c53-c33a-4868-8e5b-2a850d40dc73" data-linktype="relative-path">2.2.1.1.8</a></span>)
that denotes the minimum authentication level supported by the object exporter.
This field MAY be ignored by the client.<a id="Appendix_A_Target_37"></a><a aria-label="Product behavior note 37" href="acc42954-4073-4f05-b850-efd562022077#Appendix_A_37" data-linktype="relative-path">&lt;37&gt;</a></p><p><b>serverVersion:</b>  This MUST contain
the COMVERSION of the server.</p></div>