USB Network Gate for Windows SDK User Guide
BOOL ServerShareUsbDev ( IN PVOID pContext, IN PVOID pDevContext, IN VARIANT varNetSettings, IN VARIANT strDescription, IN BOOL bAuth, IN VARIANT strPasswor...
Wed, 13 Apr, 2022 at 4:26 PM
IN PVOID pContext, IN PVOID pDevContext, ); Routine Description: Shares USB device with predefined parameters. Parameters should be set with the Se...
Wed, 13 Apr, 2022 at 4:26 PM
BOOL ServerUsbDevIsConnected( IN PVOID pContext, IN PVOID pDevContext, ) Routine Description: Determines whether the real USB device is connected to t...
Wed, 13 Apr, 2022 at 4:26 PM
BOOL ServerUsbDevIsHub( IN PVOID pContext, IN PVOID pDevContext, ); Routine Description: Determines, whether the USB device is a USB hub. Arguments...
Wed, 13 Apr, 2022 at 4:31 PM
BOOL ServerUsbDevIsShared( IN PVOID pContext, IN PVOID pDevContext, ); Routine Description: Determines whether the USB device is shared. Arguments:...
Wed, 13 Apr, 2022 at 4:26 PM
BOOL ServerUnshareAllUsbDev () Routine Description: Unshares all previously shared USB devices. Arguments: None. Return Value: True - if U...
Wed, 13 Apr, 2022 at 4:26 PM
BOOL ServerUnshareUsbDev ( IN PVOID pContext, IN PVOID pDevContext, ); Routine Description: Unshares USB device. USB device becomes accessible for usa...
Wed, 13 Apr, 2022 at 4:31 PM
BOOL ClientAddRemoteDev ( IN PVOID pClientContext, IN long iIndex, ) Routine Description: Adds remote USB device to the list. Arguments: pClient...
Wed, 13 Apr, 2022 at 4:34 PM
BOOL ClientAddRemoteDevEx ( IN PVOID pClientContext, IN long iIndex, IN BOOL bRemember, IN BOOL bAutoAdded ) Routine Description: Adds remote USB devi...
Wed, 13 Apr, 2022 at 4:34 PM
BOOL ClientAddRemoteDevManually ( IN VARIANT szNetSettings ); Routine Description: Is used to add a remote USB device to the list manually. This funct...
Wed, 13 Apr, 2022 at 4:33 PM