|
Overview |
|
|
|
Group |
|
|
|
Quick Info
Windows NT
| Yes
| Win95
| No
| Win32s
| No
| Import Library
| -
| Header File
| winnt.h
| Unicode
| No
| Platform Notes
| None
|
|
|
SECURITY_INFORMATION
The SECURITY_INFORMATION structure identifies the object-related security information being set or
queried. This security information includes:
- The owner of an object
- The primary group of an object
- The discretionary access-control list (ACL) of an object
- The system ACL of an object
typedef DWORD SECURITY_INFORMATION;
Each item of security information is designated by a bit flag. The following
values specify the bits:
Value
| Meaning
| OWNER_SECURITY_INFORMATION
| Indicates the owner identifier of the object is being referenced.
| GROUP_SECURITY_INFORMATION
| Indicates the primary group identifier of the object is being referenced.
| DACL_SECURITY_INFORMATION
| Indicates the discretionary ACL of the object is being referenced.
| SACL_SECURITY_INFORMATION
| Indicates the system ACL of the object is being referenced.
|
See Also
GetFileSecurity, GetKernelObjectSecurity, GetPrivateObjectSecurity, GetUserObjectSecurity, SetFileSecurity, SetKernelObjectSecurity, SetPrivateObjectSecurity, SetUserObjectSecurity
Related Links
Software for Delphi and C++ Builder developers
Software for Visual Studio .NET developers
Software for Visual Basic 6 developers
Delphi Tips&Tricks
MegaDetailed.NET
TMS Scripter Studio Pro components for Delphi/C++Builder
More Online Helps
Win32 Multimedia Programmer's Reference (mmedia.hlp)
OLE Programmer's Reference (ole.hlp)
Microsoft Windows Pen API Programmer's Reference (penapi.hlp)
Microsoft Windows Sockets 2 Reference (sock2.hlp)
Microsoft Windows Telephony API (TAPI) Programmer's Reference (tapi.hlp)
Unix Manual Pages
|