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 void
protected static void
AEWin32AccessInterface.deleteValue
(int type, String subkey, String value_namae) static List
AEWin32AccessInterface.getAvailableDrives()
static Map
AEWin32AccessInterface.getDriveInfo
(char driveLetter) protected static void
AEWin32AccessInterface.initialise()
protected static String
AEWin32AccessInterface.readStringValue
(int type, String subkey, String value_name) protected static int
AEWin32AccessInterface.readWordValue
(int type, String subkey, String value_name) static int
AEWin32AccessInterface.shellExecute
(String operation, String file, String parameters, String directory, int sw_const) static int
AEWin32AccessInterface.shellExecuteAndWait
(String file, String parameters) protected static void
AEWin32AccessInterface.writeStringValue
(int type, String subkey, String value_name, String value_value) protected static void
AEWin32AccessInterface.writeWordValue
(int type, String subkey, String value_name, int value_value)