<div class="content" name="GetConnectionPointContainer" uuid="86450330-4d05-440d-8775-a5fd5c2a589f"><p>The GetConnectionPointContainer method is received by the
server in an RPC_REQUEST packet. In response, the server MUST return a pointer
to a pointer to an <a href="b1c02651-d5a8-4623-be3e-c06a9f42a645" data-linktype="relative-path">IConnectionPointContainer</a>
interface for the <a href="6102da49-1a16-4862-a4d1-ad092c5101a4" data-linktype="relative-path">MSMQEvent</a>
object.</p><dl>
<dd>
<div><pre> HRESULT GetConnectionPointContainer(
   [out] IConnectionPointContainer** ppCPC
 );
</pre></div>
</dd></dl><p><b>ppCPC: </b>A pointer to an
IConnectionPointContainer interface pointer for the MSMQEvent object.</p><p><b>Return Values: </b>The method MUST return S_OK
(0x00000000) on success or an implementation-specific error <a href="../ms-dtyp/a9046ed2-bfb2-4d56-a719-2824afce59ac" data-linktype="relative-path">HRESULT</a>
on failure.<a id="Appendix_A_Target_93"></a><a aria-label="Product behavior note 93" href="71c359c3-e9ec-4fe6-a101-aab1eabecdcf#Appendix_A_93" data-linktype="relative-path">&lt;93&gt;</a></p><p>When processing this call, the <a href="3b7be3f7-651c-4f9c-930b-a9a7c4355ad8#gt_434b0234-e970-4e8c-bdfa-e16a30d96703" data-linktype="relative-path">server</a> MUST follow these
guidelines:</p><ul><li><p><span><span> 
</span></span>If the <i>ppCPC</i> output parameter equals NULL:</p>
<ul><li><p><span><span>  </span></span>Return
E_POINTER (0x80000005).</p>
</li></ul></li><li><p><span><span> 
</span></span>Else:</p>
<ul><li><p><span><span>  </span></span>Set
the <i>piid</i> output parameter to a pointer to an IConnectionPointContainer
interface for the MSMQEvent object.</p>
</li></ul></li></ul></div>