Uses of Class
com.biglybt.platform.win32.access.impl.AEWin32AccessExceptionImpl
Packages that use AEWin32AccessExceptionImpl
-
Uses of AEWin32AccessExceptionImpl in com.biglybt.platform.win32.access.impl
Methods in com.biglybt.platform.win32.access.impl that throw AEWin32AccessExceptionImplModifier and TypeMethodDescriptionprotected static voidprotected static voidAEWin32AccessInterface.deleteValue(int type, String subkey, String value_namae) static ListAEWin32AccessInterface.getAvailableDrives()static MapAEWin32AccessInterface.getDriveInfo(char driveLetter) protected static voidAEWin32AccessInterface.initialise()protected static StringAEWin32AccessInterface.readStringValue(int type, String subkey, String value_name) protected static intAEWin32AccessInterface.readWordValue(int type, String subkey, String value_name) static intAEWin32AccessInterface.shellExecute(String operation, String file, String parameters, String directory, int sw_const) static intAEWin32AccessInterface.shellExecuteAndWait(String file, String parameters) protected static voidAEWin32AccessInterface.writeStringValue(int type, String subkey, String value_name, String value_value) protected static voidAEWin32AccessInterface.writeWordValue(int type, String subkey, String value_name, int value_value)