<div class="content"><p> </p><p>The DL_ID structure defines a <span><a href="87486cd1-6ef0-4b58-93f9-f9b97b2279c4#gt_ccbb0292-fefe-493f-80c3-11533e473591" data-linktype="relative-path">distribution list</a></span> <span><a href="87486cd1-6ef0-4b58-93f9-f9b97b2279c4#gt_c1a6400d-703b-4f9a-a74c-40f1487978d9" data-linktype="relative-path">queue</a></span>
identifier.</p><dl>
<dd>
<div><pre> typedef struct _DL_ID {
   GUID m_DlGuid;
   [string] wchar_t* m_pwzDomain;
 } DL_ID;
</pre></div>
</dd></dl><p><b>m_DlGuid:</b>  The <span><a href="../ms-dtyp/49e490b8-f972-45d6-a3a4-99f924998d97" data-linktype="relative-path">GUID</a></span>
(as specified in <span><a href="../ms-dtyp/cca27429-5689-4a16-b2b4-9325d93e4ba2" data-linktype="relative-path">[MS-DTYP]</a></span>
section <span><a href="../ms-dtyp/4926e530-816e-41c2-b251-ec5c7aca018a" data-linktype="relative-path">2.3.4</a></span>)
of the distribution list queue.</p><p><b>m_pwzDomain:</b>  The Active Directory
domain of the distribution list queue. This field MUST be a null-terminated <span><a href="87486cd1-6ef0-4b58-93f9-f9b97b2279c4#gt_c305d0ab-8b94-461a-bd76-13b40cb8c4d8" data-linktype="relative-path">Unicode</a></span>
string.</p></div>