<div class="content" name="EodGetSendInfo" uuid="fa95f4e8-2e73-48a7-974b-dc8c75dff421"><p>The EodGetSendInfo method is received by the server in an
RPC_REQUEST packet. In response, the server MUST return the represented <a href="../ms-mqdmpr/d53d687d-49c4-4b6f-af29-351f7341b423" data-linktype="relative-path">OutgoingQueue</a>.OutgoingTransferInfoReference.</p><dl>
<dd>
<div><pre> HRESULT EodGetSendInfo(
   [out, retval] IMSMQCollection** ppCollection
 );
</pre></div>
</dd></dl><p><b>ppCollection: </b>A pointer to an <a href="7d92aa23-fa66-49f9-8981-2c8344a80cec" data-linktype="relative-path">EODSourceInfo</a> (section
2.2.4.2) collection.</p><p><b>Return Values: </b>The method MUST return S_OK
(0x00000000) to indicate success or an implementation-specific error <a href="../ms-dtyp/a9046ed2-bfb2-4d56-a719-2824afce59ac" data-linktype="relative-path">HRESULT</a>
on failure.</p><p>When the <a href="3b7be3f7-651c-4f9c-930b-a9a7c4355ad8#gt_434b0234-e970-4e8c-bdfa-e16a30d96703" data-linktype="relative-path">server</a>
processes this call, it MUST follow these guidelines:</p><ul><li><p><span><span> 
</span></span>If the <b>ObjectIsInitialized</b> instance variable is False:</p>
<ul><li><p><span><span>  </span></span>The
server MUST return MQ_ERROR_UNINITIALIZED_OBJECT (0xC00E0094), and MUST take no
further action.</p>
</li></ul></li><li><p><span><span> 
</span></span>The server MUST create a local variable <i>tempCollection</i> and
initialize it as an empty collection.</p>
</li><li><p><span><span> 
</span></span>The server MUST generate a QMMgmt Get Info event with the
following input:</p>
<ul><li><p><span><span>  </span></span>PROPID_MGMT_QUEUE_EOD_LAST_ACK</p>
</li></ul></li><li><p><span><span> 
</span></span>If the rStatus return value is not equal to MQ_OK (0x00000000),
the server MUST return rStatus and MUST take no further action.</p>
</li><li><p><span><span> 
</span></span>The value of the returned rPropVa MUST be added to <i>tempCollection</i>.</p>
</li><li><p><span><span> 
</span></span>The server MUST generate a QMMgmt Get Info event with the
following input:</p>
<ul><li><p><span><span>  </span></span>PROPID_MGMT_QUEUE_EOD_LAST_ACK_TIME</p>
</li></ul></li><li><p><span><span> 
</span></span>If the rStatus return value is not equal to MQ_OK (0x00000000),
the server MUST return rStatus and MUST take no further action.</p>
</li><li><p><span><span> 
</span></span>The value of the returned rPropVa MUST be added to <i>tempCollection</i>.</p>
</li><li><p><span><span> 
</span></span>The server MUST generate a QMMgmt Get Info event with the
following input:</p>
<ul><li><p><span><span>  </span></span>PROPID_MGMT_QUEUE_EOD_LAST_ACK_COUNT</p>
</li></ul></li><li><p><span><span> 
</span></span>If the rStatus return value is not equal to MQ_OK (0x00000000),
the server MUST return rStatus and MUST take no further action.</p>
</li><li><p><span><span> 
</span></span>The value of the returned rPropVa MUST be added to <i>tempCollection</i>.</p>
</li><li><p><span><span> 
</span></span>The server MUST generate a QMMgmt Get Info event with the
following input:</p>
<ul><li><p><span><span>  </span></span>PROPID_MGMT_QUEUE_EOD_FIRST_NON_ACK</p>
</li></ul></li><li><p><span><span> 
</span></span>If the rStatus return value is not equal to MQ_OK (0x00000000),
the server MUST return rStatus and MUST take no further action.</p>
</li><li><p><span><span> 
</span></span>The value of the returned rPropVa MUST be added to <i>tempCollection</i>.</p>
</li><li><p><span><span> 
</span></span>The server MUST generate a QMMgmt Get Info event with the
following input:</p>
<ul><li><p><span><span>  </span></span>PROPID_MGMT_QUEUE_EOD_LAST_NON_ACK</p>
</li></ul></li><li><p><span><span> 
</span></span>If the rStatus return value is not equal to MQ_OK (0x00000000),
the server MUST return rStatus and MUST take no further action.</p>
</li><li><p><span><span> 
</span></span>The value of the returned rPropVa MUST be added to <i>tempCollection</i>.</p>
</li><li><p><span><span> 
</span></span>The server MUST generate a QMMgmt Get Info event with the
following input:</p>
<ul><li><p><span><span>  </span></span>PROPID_MGMT_QUEUE_EOD_NEXT_SEQ</p>
</li></ul></li><li><p><span><span> 
</span></span>If the rStatus return value is not equal to MQ_OK (0x00000000),
the server MUST return rStatus and MUST take no further action.</p>
</li><li><p><span><span> 
</span></span>The value of the returned rPropVa MUST be added to <i>tempCollection</i>.</p>
</li><li><p><span><span> 
</span></span>The server MUST generate a QMMgmt Get Info event with the
following input:</p>
<ul><li><p><span><span>  </span></span>PROPID_MGMT_QUEUE_EOD_NO_READ_COUNT</p>
</li></ul></li><li><p><span><span> 
</span></span>If the rStatus return value is not equal to MQ_OK (0x00000000),
the server MUST return rStatus and MUST take no further action.</p>
</li><li><p><span><span> 
</span></span>The value of the returned rPropVa MUST be added to <i>tempCollection</i>.</p>
</li><li><p><span><span> 
</span></span>The server MUST generate a QMMgmt Get Info event with the
following input:</p>
<ul><li><p><span><span>  </span></span>PROPID_MGMT_QUEUE_EOD_NO_ACK_COUNT</p>
</li></ul></li><li><p><span><span> 
</span></span>If the rStatus return value is not equal to MQ_OK (0x00000000),
the server MUST return rStatus and MUST take no further action.</p>
</li><li><p><span><span> 
</span></span>The value of the returned rPropVa MUST be added to <i>tempCollection</i>.</p>
</li><li><p><span><span> 
</span></span>The server MUST generate a QMMgmt Get Info event with the
following input:</p>
<ul><li><p><span><span>  </span></span>PROPID_MGMT_QUEUE_EOD_RESEND_TIME</p>
</li></ul></li><li><p><span><span> 
</span></span>If the rStatus return value is not equal to MQ_OK (0x00000000),
the server MUST return rStatus and MUST take no further action.</p>
</li><li><p><span><span> 
</span></span>The value of the returned rPropVa MUST be added to <i>tempCollection</i>.</p>
</li><li><p><span><span> 
</span></span>The server MUST generate a QMMgmt Get Info event with the
following input:</p>
<ul><li><p><span><span>  </span></span>PROPID_MGMT_QUEUE_EOD_RESEND_INTERVAL</p>
</li></ul></li><li><p><span><span> 
</span></span>If the rStatus return value is not equal to MQ_OK (0x00000000),
the server MUST return rStatus and MUST take no further action.</p>
</li><li><p><span><span> 
</span></span>The value of the returned rPropVa MUST be added to <i>tempCollection</i>.</p>
</li><li><p><span><span> 
</span></span>The server MUST generate a QMMgmt Get Info event with the
following input:</p>
<ul><li><p><span><span>  </span></span>PROPID_MGMT_QUEUE_EOD_RESEND_COUNT</p>
</li></ul></li><li><p><span><span> 
</span></span>If the rStatus return value is not equal to MQ_OK (0x00000000),
the server MUST return rStatus and MUST take no further action.</p>
</li><li><p><span><span> 
</span></span>The value of the returned rPropVa MUST be added to <i>tempCollection</i>.</p>
</li><li><p><span><span> 
</span></span>The server MUST copy <i>tempCollection</i> to the ppCollection
output variable and return S_OK (0x00000000).</p>
</li></ul></div>