|
Overview |
|
|
|
Group |
|
|
|
Quick Info
Windows NT
| Yes
| Win95
| No
| Win32s
| No
| Import Library
|
| Header File
| accctrl.h
| Unicode
| WinNT
| Platform Notes
| None
|
|
|
SE_OBJECT_TYPE
[New - Windows NT]
The SE_OBJECT_TYPE enumeration type contains values that correspond to the types of Win32
objects that support security. The GetSecurityInfo, SetSecurityInfo, GetNamedSecurityInfo, and SetNamedSecurityInfo functions use these values to indicate the type of object.
typedef enum _SE_OBJECT_TYPE
{
SE_UNKNOWN_OBJECT_TYPE = 0,
SE_FILE_OBJECT,
SE_SERVICE,
SE_PRINTER,
SE_REGISTRY_KEY,
SE_LMSHARE,
SE_KERNEL_OBJECT,
SE_WINDOW_OBJECT
} SE_OBJECT_TYPE;
Enumerator
| Meaning
| SE_FILE_OBJECT
| Indicates a file or directory. The name string that identifies a file or
directory object can be
- A relative path, such as "abc.dat" or "..\abc.dat"
- An absolute path, such as "\abc.dat", "c:\dir1\abc.dat", or "g:\remotedir\abc.dat"
- A UNC name, such as "\\machinename\sharename\abc.dat".
- A local file system root, such as "\\\\.\\c:". Security set on a file system
root does not persist when the system is restarted.
| SE_SERVICE
| Indicates a Windows NT service. A service object can be a local service, such
as "servicename"; or a remote service, such as "\\machinename\servicename".
| SE_PRINTER
| Indicates a printer. A printer object can be a local printer, such as "printername"; or a remote printer, such as "\\machinename\printername".
| SE_REGISTRY_KEY
| Indicates a registry key. A registry key object can be in the local registry,
such as "CLASSES_ROOT\somepath"; or in a remote registry, such as "\\machinename\CLASSES_ROOT\somepath".
The names of registry keys must use the following literal strings to identify
the predefined registry keys: "CLASSES_ROOT", "CURRENT_USER", "MACHINE", and
"USERS".
| SE_LMSHARE
| Indicates a Windows NT network share. A share object can be local, such as "sharename"; or remote, such as "\\machinename\sharename".
| SE_KERNEL_OBJECT
| Indicates a local kernel object, which can be any of the following: a process,
thread, semaphore, event, mutex, file mapping, or waitable timer. Only some
kernel objects can be identified by name.
Note that the GetSecurityInfo, SetSecurityInfo, GetNamedSecurityInfo, and SetNamedSecurityInfo functions do not work with the following types of kernel objects: access
token, console screen buffer, mailslot, named pipe, and anonymous pipe.
| SE_WINDOW_OBJECT
| Indicates a window station or desktop object on the local computer.
|
See Also
GetSecurityInfo, SetSecurityInfo, GetNamedSecurityInfo, SetNamedSecurityInfo
| Last news from Greatis Software |
 |
|
Nostalgia .Net |
|
.Net is powerful, but not all-powerful, so sometimes we need to use Win32 API for our .Net applications. It's simple enough with Platform Invoke if you have Win32 skill, but we do not always have time to dig the ancient documentation, declare the special types that are compatible with Win32, find the values of the Win32's constants and so on. Nostalgia .Net offers several simple-to-use classes, and components that will allow you to forget about the headache of Win32 and just use the power of Win32 in your application the same way as you use the native. Net classes. More » |
| Recommended software for developers |
 |
|
Ultimate Pack |
|
Component pack for Delphi and C++ Builder that contains runtime form designer, runtime object inspector, print suite and much more for the very special price. More » |
 |
|
Form Designer .Net |
|
Unique runtime form design solution that allows to edit any form in .Net WinForms application at runtime with full source codes for only 300 euro! More » |
 |
|
Print Suite .Net |
|
Print Suite .Net is a set of components for easy printing texts, images and grids from your WinForms applications. Full C# source codes are available More » |
 |
|
Gradient Controls .Net |
|
Gradient Controls .Net offers controls with gradient background feature. Labels, panels and so on... Full C# source codes are available More » |
 |
|
Greatis iGrid |
|
iGrid plots drawing grid right over your desktop, so you can use it everywhere, with any drawing application without any special plugins for different graphic editors. More » |
All the contacts and projectsDmitry Vasiliev (just.dmitry)
Related LinksSoftware for Visual Studio .NET developers Software for Delphi and C++ Builder developers Software for Visual Basic 6 developers Delphi Tips&Tricks MegaDetailed.NET More Online Helps Win32 Programmer's Reference Win32 Multimedia Programmer's Reference OLE Programmer's Reference Microsoft Windows Pen API Programmer's Reference Microsoft Windows Sockets 2 Reference Microsoft Windows Telephony API (TAPI) Programmer's Reference Unix Manual Pages
|