public abstract class AccCtrl.SE_OBJECT_TYPE extends Object
Modifier and Type | Field | Description |
---|---|---|
static int |
SE_DS_OBJECT |
Indicates a directory service object or a property set or property
of a directory service object.
|
static int |
SE_DS_OBJECT_ALL |
The server process can impersonate the client's security context on
remote systems.
|
static int |
SE_FILE_OBJECT |
Indicates a file or directory.
|
static int |
SE_KERNEL_OBJECT |
Indicates a local kernel object.
|
static int |
SE_LMSHARE |
Indicates a network share.
|
static int |
SE_PRINTER |
Indicates a printer.
|
static int |
SE_PROVIDER_DEFINED_OBJECT |
Indicates a provider-defined object.
|
static int |
SE_REGISTRY_KEY |
Indicates a registry key.
|
static int |
SE_REGISTRY_WOW64_32KEY |
Indicates an object for a registry entry under WOW64.
|
static int |
SE_SERVICE |
Indicates a Windows service.
|
static int |
SE_UNKNOWN_OBJECT_TYPE |
Unknown object type.
|
static int |
SE_WINDOW_OBJECT |
Indicates a window station or desktop object on the local computer.
|
static int |
SE_WMIGUID_OBJECT |
Indicates a WMI object.
|
Constructor | Description |
---|---|
SE_OBJECT_TYPE() |
public static final int SE_UNKNOWN_OBJECT_TYPE
public static final int SE_FILE_OBJECT
public static final int SE_SERVICE
public static final int SE_PRINTER
public static final int SE_REGISTRY_KEY
public static final int SE_LMSHARE
public static final int SE_KERNEL_OBJECT
public static final int SE_WINDOW_OBJECT
public static final int SE_DS_OBJECT
public static final int SE_DS_OBJECT_ALL
public static final int SE_PROVIDER_DEFINED_OBJECT
public static final int SE_WMIGUID_OBJECT
public static final int SE_REGISTRY_WOW64_32KEY