Jump to content

UsbQueryVersion: Difference between revisions

From EDM2
Created page with "==Description== Obtains the version numbers of the USB Resource Manager components. ==Syntax== <pre> ulrc=UsbQueryVersion(*pUsbQueryVersion,*pulBufLen) </pre> ==Parameters==..."
(No difference)

Revision as of 22:05, 5 January 2017

Description

Obtains the version numbers of the USB Resource Manager components.

Syntax

ulrc=UsbQueryVersion(*pUsbQueryVersion,*pulBufLen)

Parameters

Return Code

Errors

 [0000] - NO_ERROR
 [0057] - ERROR_INVALID_PARAMETER
 [1B58] - USB_NOT_INIT (7000)
 [FF13] - ERROR_I24_INVALID_PARAMETER
 [FF1F] - ERROR_GEN_FAILURE
 [FF57] - ERROR_INVALID_PARAMETER

Remarks

Example Code


Related Functions