|
Security Descriptors On Private Objects
The Win32 API provides functions for working with the security descriptors on
objects that are private to the creating application. The functions that
manipulate private objects allow an application, usually a server, to associate a
security descriptor with its own object type. The functions provide the ability to
retrieve default information from an access token, support inheritance, and
manipulate specific parts of the security descriptor. These functions are: CreatePrivateObjectSecurity, GetPrivateObjectSecurity, SetPrivateObjectSecurity, and DestroyPrivateObjectSecurity.
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
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
|