ACL_SIZE_INFORMATION 構造体

宣言文
Type ACL_SIZE_INFORMATION
        AceCount As Long
        AclBytesInUse As Long
        AclBytesFree As Long
End Type
備考
Structure ACL_SIZE_INFORMATION
        AceCount As Integer
        AclBytesInUse As Integer
        AclBytesFree As Integer
End Structure