USB Network Gate for Windows SDK User Guide
BOOL ClientStartRemoteDevIsolateSession ( IN PVOID pClientContext, IN long iIndex, IN VARIANT strPassword, IN ULONG SessionId ) Routine Description...
Wed, 13 Apr, 2022 at 5:04 PM
BOOL ClientStartRemoteDevIsolateUser ( IN PVOID pClientContext, IN long iIndex, IN BOOL bAutoReconnect, IN VARIANT strPassword, IN VARIANT strUsername ...
Wed, 13 Apr, 2022 at 4:55 PM
BOOL ClientGetSessionIds ( IN PULONG arrSessionId, long *iCount ) Routine Description: Gets sessions list Arguments: arrSessionId - address of a...
Wed, 13 Apr, 2022 at 5:04 PM
BOOL ClientGetCurrentSessionId ( OUT ULONG *pSessionId ) Routine Description: Gets current session ID. By calling this function, you can receive the I...
Wed, 13 Apr, 2022 at 4:54 PM
BOOL ClientIsIsolationAvailable ( OUT BOOL *bIsolation ) Routine Description: Checks whether the Device Isolation Components are installed Argument...
Wed, 13 Apr, 2022 at 4:47 PM
BOOL ClientStartRemoteDev ( IN PVOID pClientContext, IN long iIndex, IN BOOL bAutoReconnect, IN VARIANT strPassword ); Routine Description: Init...
Wed, 13 Apr, 2022 at 4:45 PM
BOOL ClientStopRemoteDev ( IN PVOID pClientContext, IN long iIndex, ); Routine Description: Stops connection of the remote USB device to the serve...
Wed, 13 Apr, 2022 at 4:48 PM
BOOL ClientTrafficRemoteDevIsCompressed ( IN PVOID pClientContext, IN long iIndex, OUT BOOL *bCompress ); Routine Description: Determines whether...
Wed, 13 Apr, 2022 at 4:52 PM
BOOL ClientTrafficRemoteDevIsEncrypted ( IN PVOID pClientContext, IN long iIndex, OUT BOOL *bCrypt ); Routine Description: Determines whether net...
Wed, 13 Apr, 2022 at 4:52 PM
void BOOL SetCallBackOnLicenseStatusChange (IN FNOnChangeLicenseStatus pFunc) Routine Description: Sets the callback function to be called when the li...
Wed, 13 Apr, 2022 at 4:52 PM