ObjectAttributesRootDirectory Field
Optional handle to the root object directory for the path name specified by the ObjectName member.
If
RootDirectory is
Zero,
ObjectName must point to a fully qualified object name that includes the
full path to the target object.
If
RootDirectory is not
Zero,
ObjectName specifies an object name relative to the
RootDirectory directory.
The
RootDirectory handle can refer to a file system directory
or an object directory in the object manager namespace.
Namespace: DevCase.Win32.StructuresAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public IntPtr RootDirectory
Public RootDirectory As IntPtr
Dim instance As ObjectAttributes
Dim value As IntPtr
value = instance.RootDirectory
instance.RootDirectory = value
public:
IntPtr RootDirectory
val mutable RootDirectory: IntPtr
No code example is currently available or this language may not be supported.
Field Value
IntPtr