<div class="content"><p> </p><p>The DRS_MSG_GETMEMBERSHIPS2_REPLY_V1 structure defines the
response message received from the <span><a href="d4e67cc3-2ee1-4b2b-8055-cebefc556252" data-linktype="relative-path">IDL_DRSGetMemberships2</a></span>
method.</p><dl>
<dd>
<div><pre> typedef struct {
   [range(0,10000)] ULONG Count;
   [size_is(Count)] DRS_MSG_REVMEMB_REPLY_V1* Replies;
 } DRS_MSG_GETMEMBERSHIPS2_REPLY_V1;
</pre></div>
</dd></dl><p><b>Count:</b>  Count of items in the <b>Replies</b>
array.</p><p><b>Replies:</b>  Sequence of reverse
membership replies, in the same order as the <b>Requests</b> field of the
request message.</p></div>