Re: Is there an easy way of programmatically determining if a file sy-stem NT security?

Is there an easy way of programmatically determining if a file system NT
security?FILE_PERSISTENT_ACLS flag in FileSystemAttributes field of
FILE_FS_ATTRIBUTE_INFORMATION structure returned by
ZwQueryVolumeInformation with FileFsAttributeInformation key.

Max

----- Original Message -----
From: Smith, Joel
To: File Systems Developers
Sent: Tuesday, May 02, 2000 5:12 PM
Subject: [ntfsd] Is there an easy way of programmatically determining if a
file sy stem NT security?

i.e. file system objects can be secured with acl’s dacl’s and such. Is
there a volume attribute or something I am missing, or must you just
determine this by observing error codes to security type calls?
Thanks