USB Network Gate for Windows SDK User Guide
BOOL ClientAddRemoteDevManuallyEx ( IN VARIANT szNetSettings, IN BOOL bRemember, IN BOOL bAutoAdded ) Routine Description: Adds remote USB device to t...
Wed, 13 Apr, 2022 at 4:33 PM
BOOL ClientGetConnectedDevValueByName ( IN PVOID pClientContext, IN long iIndex, IN VARIANT strInfoName, OUT VARIANT *pVarInfo ) Routine Description: ...
Wed, 13 Apr, 2022 at 4:34 PM
BOOL ClientGetRdpAutoconnect (void) Routine Description: Gets status of RDP auto-connect option. Arguments: None. Return Value: True - if ...
Wed, 13 Apr, 2022 at 4:34 PM
This function is deprecated. Please use ClientStartRemoteDevIsolateSession and ClientStartRemoteDevIsolateUser instead.
Wed, 13 Apr, 2022 at 4:34 PM
BOOL ClientGetRemoteDevName ( IN PVOID pFindContext, IN long iIndex, OUT VARIANT *strName ); Routine Description: Gets remote USB device name. ...
Wed, 13 Apr, 2022 at 4:33 PM
BOOL ClientGetRemoteDevNetSettings ( IN PVOID pFindContext, IN long iIndex, OUT VARIANT *NetSettings ); Routine Description: Gets network settings for...
Wed, 13 Apr, 2022 at 4:41 PM
BOOL ClientGetRemoteDevValueByName ( IN PVOID pClientContext, IN long iIndex, IN VARIANT strValueName, OUT VARIANT *pValue ) Routine Description: Retu...
Wed, 13 Apr, 2022 at 4:37 PM
BOOL ClientGetStateRemoteDev ( IN PVOID pClientContext, IN long iIndex, OUT LONG *piState, OUT VARIANT *RemoteHost ); Routine Description: Gets ...
Wed, 13 Apr, 2022 at 4:41 PM
BOOL ClientGetStateSharedDevice ( IN PVOID pClientContext, IN LONG iIndex, LONG *piState, VARIANT *RemoteHost ); Routine Description: This function re...
Wed, 13 Apr, 2022 at 4:41 PM
BOOL ClientEnumAvailRemoteDev ( OUT PVOID *ppFindContext ); Routine Description: Creates an enumerator of all remote USB devices on the server. Arg...
Wed, 13 Apr, 2022 at 4:39 PM