<div class="content" name="DHCP_MSCOPE_TABLE" uuid="612ba078-fe0e-4461-b670-ee33889734a1"><p>The <b>DHCP_MSCOPE_TABLE</b> structure contains an array of <a href="a9d6a415-4de6-4058-befe-ca2e42764485#gt_04286a2c-1484-44d0-9854-7c57c8b4118c" data-linktype="relative-path">multicast scope</a> names
managed by the MADCAP server. This structure is used in the <a href="bb49ffcc-ad8d-4b90-a72f-ed7571d0708e" data-linktype="relative-path">R_DhcpEnumMScopes (section 3.2.4.4)</a>
method.</p><dl>
<dd>
<div><pre> typedef struct _DHCP_MSCOPE_TABLE {
   DWORD NumElements;
   [size_is(NumElements)] LPWSTR* pMScopeNames;
 } DHCP_MSCOPE_TABLE,
  *LPDHCP_MSCOPE_TABLE;
</pre></div>
</dd></dl><p><b>NumElements:</b>  This is of type <a href="../ms-dtyp/262627d8-3418-4627-9218-4ffe110850b2" data-linktype="relative-path">DWORD</a>,
containing the number of multicast scope names in the subsequent field the <b>pMScopeNames</b>
member.</p><p><b>pMScopeNames:</b>  This is a pointer of
type <a href="95fec0af-d86e-43cd-8256-48db7cb5fbbc" data-linktype="relative-path">LPWSTR</a> that points
to an array of null-terminated <a href="a9d6a415-4de6-4058-befe-ca2e42764485#gt_b069acb4-e364-453e-ac83-42d469bb339e" data-linktype="relative-path">Unicode strings</a> that refers
to the multicast scope names. There is no restriction on the size of this
field.</p></div>