2.2.2.7 LSAPR_REVISION_INFO

The LSAPR_REVISION_INFO union holds revision information structures that are used in the LsarOpenPolicy3 method (section 3.1.4.4.9).

 typedef [switch_type(ULONG)] union {
     [case(1)] LSAPR_REVISION_INFO_V1 V1;
 } LSAPR_REVISION_INFO, *PLSAPR_REVISION_INFO;

V1:  Version 1 revision information, as described in LSAPR_REVISION_INFO_V1 (section 2.2.2.6).