public abstract class WinioctlUtil extends Object
| Modifier and Type | Field | Description |
|---|---|---|
static int |
FSCTL_DELETE_REPARSE_POINT |
|
static int |
FSCTL_GET_COMPRESSION |
|
static int |
FSCTL_GET_REPARSE_POINT |
|
static int |
FSCTL_SET_COMPRESSION |
|
static int |
FSCTL_SET_REPARSE_POINT |
| Constructor | Description |
|---|---|
WinioctlUtil() |
| Modifier and Type | Method | Description |
|---|---|---|
static int |
CTL_CODE(int DeviceType,
int Function,
int Method,
int Access) |
Simulates the macro CTL_CODE from Winioctl.h
|
public static final int FSCTL_GET_COMPRESSION
public static final int FSCTL_SET_COMPRESSION
public static final int FSCTL_SET_REPARSE_POINT
public static final int FSCTL_GET_REPARSE_POINT
public static final int FSCTL_DELETE_REPARSE_POINT