ResourceType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the defined native object types.
public enum class ResourceType
public enum ResourceType
type ResourceType =
Public Enum ResourceType
- Inheritance
Fields
Name | Value | Description |
---|---|---|
Unknown | 0 | An unknown object type. |
FileObject | 1 | A file or directory. |
Service | 2 | A Windows service. |
Printer | 3 | A printer. |
RegistryKey | 4 | A registry key. |
LMShare | 5 | A network share. |
KernelObject | 6 | A local kernel object. |
WindowObject | 7 | A window station or desktop object on the local computer. |
DSObject | 8 | A directory service (DS) object or a property set or property of a directory service object. |
DSObjectAll | 9 | A directory service object and all of its property sets and properties. |
ProviderDefined | 10 | An object defined by a provider. |
WmiGuidObject | 11 | A Windows Management Instrumentation (WMI) object. |
RegistryWow6432Key | 12 | An object for a registry entry under WOW64. |