DirectoryManagementControlCodes Enumeration

Specifies Directory Management Control Codes to use with the DeviceIoControl(SafeFileHandle, DirectoryManagementControlCodes, IntPtr, Int32, IntPtr, Int32, Int32, IntPtr) function.

Definition

Namespace: DevCase.Win32.Enums
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public enum DirectoryManagementControlCodes

Remarks

Members

GetCompression 589,884 Retrieves the current compression state of a file or directory on a volume whose file system supports per-stream compression.
SetCompression 589,888 Retrieves the current compression state of a file or directory on a volume whose file system supports per-stream compression.
SetReparsePoint 589,988 Sets a reparse point on a file or directory.
GetReparsePoint 589,992 Retrieves the reparse point data associated with the file or directory identified by the specified handle.
DeleteReparsePoint 589,996 Deletes a reparse point from the specified file or directory.

See Also