Package com.sun.jna.platform.win32
Klasse WinioctlUtil
java.lang.Object
com.sun.jna.platform.win32.WinioctlUtil
Winioctl Utility API. Use WinioctlFunction to construct the full control codes for the
FSCTL_* functions defined in Winioctl.h
- Autor:
- amarcionek[at]gmail.com
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final intstatic final intstatic final intstatic final intstatic final int -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic intCTL_CODE(int DeviceType, int Function, int Method, int Access) Simulates the macro CTL_CODE from Winioctl.h
-
Felddetails
-
FSCTL_GET_COMPRESSION
public static final int FSCTL_GET_COMPRESSION -
FSCTL_SET_COMPRESSION
public static final int FSCTL_SET_COMPRESSION -
FSCTL_SET_REPARSE_POINT
public static final int FSCTL_SET_REPARSE_POINT -
FSCTL_GET_REPARSE_POINT
public static final int FSCTL_GET_REPARSE_POINT -
FSCTL_DELETE_REPARSE_POINT
public static final int FSCTL_DELETE_REPARSE_POINT
-
-
Konstruktordetails
-
WinioctlUtil
public WinioctlUtil()
-
-
Methodendetails
-
CTL_CODE
public static int CTL_CODE(int DeviceType, int Function, int Method, int Access) Simulates the macro CTL_CODE from Winioctl.h- Parameter:
DeviceType- the device typeFunction- the functionMethod- the methodAccess- the access- Gibt zurück:
- int with the resulting control code
-