SECURITY_DESCRIPTOR

Type SECURITY_DESCRIPTOR
  Revision As Byte
  Sbz1 As Byte
  Control As Long
  Owner As Long
  Group As Long
  Sacl As ACL
  Dacl As ACL
End Type

Description & Usage

The SECURITY_DESCRIPTOR structure identifies security information about an object. This structure should NEVER be written to directly! Instead, use the set of API functions that read and write information to this structure.

Visual Basic-Specific Information

None.

Data Members

Revision
Revision number of the information.
Sbz1
Reserved -- set to 0. This member simply aligns the other members in memory.
Control
Control identifier.
Owner
Owner identifier.
Group
Group identifier.
Sacl
The system access-control list (ACL).
Dacl
The discretionary access-control list (ACL).

Used By

JOB_INFO_2, PRINTER_INFO_2

Go back to the alphabetical Structure listing.
Go back to the Reference section index.


Last Modified: November 26, 1999
This page is copyright © 1999 Paul Kuliniewicz. Copyright Information Revised October 29, 2000 Go back to the Windows API Guide home page.
E-mail: vbapi@vbapi.com Send Encrypted E-Mail
This page is at http://www.vbapi.com/ref/s/security_descriptor.html