<div class="content" name="NETLOGON_LSA_POLICY_INFO" uuid="4676ac83-2099-4e33-b680-502fd8a32dbd"><p>The <b>NETLOGON_LSA_POLICY_INFO</b> structure defines <span><a href="b5e7d25a-40b2-41c8-9611-98f53358af66#gt_9e5f2104-d6df-4ae7-8a5c-6bd14a0da8fa" data-linktype="relative-path">Local
Security Authority (LSA)</a></span> policy information as an unsigned character
buffer. For details, see <span><a href="https://go.microsoft.com/fwlink/?LinkId=89934" data-linktype="external">[LSAPOLICY]</a></span> and
<span><a href="../ms-lsad/1b5471ef-4c33-4a91-b079-dfcbb82f05cc" data-linktype="relative-path">[MS-LSAD]</a></span>.</p><dl>
<dd>
<div><pre> typedef struct _NETLOGON_LSA_POLICY_INFO {
   ULONG LsaPolicySize;
   [size_is(LsaPolicySize)] UCHAR * LsaPolicy;
 } NETLOGON_LSA_POLICY_INFO,
  *PNETLOGON_LSA_POLICY_INFO;
</pre></div>
</dd></dl><p><b>LsaPolicySize:</b> This field is not used and is set to
zero. </p><p><b>LsaPolicy:</b> This field is not used and is initialized
to NULL.</p></div>