<div class="content"><p align="right"><a href="https://msdn.microsoft.com/en-us/library/875e8121-a523-4a3e-b652-bc0841b56d93" data-linktype="external">msdn link</a></p><p>The <b>CLUSTER_CREATE_GROUP_INFO_RPC</b> structure contains
information about the creation of a group, as specified in <b>ApiCreateGroupEx</b>
(section <a href="2915b539-41c0-4468-81fd-6c6d2e7edbe5" data-linktype="relative-path">3.1.4.2.128)</a>.<a id="Appendix_A_Target_26"></a><a aria-label="Product behavior note 26" href="1d58eff8-a042-478c-972c-8e9c76a3f978#Appendix_A_26" data-linktype="relative-path">&lt;26&gt;</a></p><dl>
<dd>
<div><pre> typedef struct _CLUSTER_CREATE_GROUP_INFO_RPC {
   DWORD dwVersion;
   DWORD dwGroupType;
 } CLUSTER_CREATE_GROUP_INFO_RPC,
  *PCLUSTER_CREATE_GROUP_INFO_RPC;
</pre></div>
</dd></dl><p><b>dwVersion:</b> The version of the <b>CLUSTER_CREATE_GROUP_INFO_RPC</b>
data structure.</p><p><b>dwGroupType:</b> Designates the type of group.</p></div>