PRIVILEGE_SET 構造体

宣言文
Type PRIVILEGE_SET
        PrivilegeCount As Long
        Control As Long
        Privilege(ANYSIZE_ARRAY) As LUID_AND_ATTRIBUTES
End Type
備考
Structure PRIVILEGE_SET
        PrivilegeCount As Integer
        Control As Integer
        Privilege(IntegerSIZE_ARRAY) As LUID_AND_ATTRIBUTES
End Structure