Package com.sun.jna.platform.win32
Class WinioctlUtil
- java.lang.Object
- 
- com.sun.jna.platform.win32.WinioctlUtil
 
- 
 public abstract class WinioctlUtil extends java.lang.ObjectWinioctl Utility API. Use WinioctlFunction to construct the full control codes for the FSCTL_* functions defined in Winioctl.h- Author:
- amarcionek[at]gmail.com
 
- 
- 
Field SummaryFields Modifier and Type Field Description static intFSCTL_DELETE_REPARSE_POINTstatic intFSCTL_GET_COMPRESSIONstatic intFSCTL_GET_REPARSE_POINTstatic intFSCTL_SET_COMPRESSIONstatic intFSCTL_SET_REPARSE_POINT
 - 
Constructor SummaryConstructors Constructor Description WinioctlUtil()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static intCTL_CODE(int DeviceType, int Function, int Method, int Access)Simulates the macro CTL_CODE from Winioctl.h
 
- 
- 
- 
Field Detail- 
FSCTL_GET_COMPRESSIONpublic static final int FSCTL_GET_COMPRESSION 
 - 
FSCTL_SET_COMPRESSIONpublic static final int FSCTL_SET_COMPRESSION 
 - 
FSCTL_SET_REPARSE_POINTpublic static final int FSCTL_SET_REPARSE_POINT 
 - 
FSCTL_GET_REPARSE_POINTpublic static final int FSCTL_GET_REPARSE_POINT 
 - 
FSCTL_DELETE_REPARSE_POINTpublic static final int FSCTL_DELETE_REPARSE_POINT 
 
- 
 
-