Home | History | Annotate | Download | only in api

Lines Matching full:param

217   @param[in] class_id Device class ID, assigned by the driver.

218 @param[in] exclude_not_present If true enumation will include only those
220 @param[in] exclude_removed If true interfaces with SPINT_REMOVED flag set
222 @param[in] active_only If true only active interfaces (with flag
234 @param[in] adb_handle Handle to interface enumerator object obtained via
236 @param[out] info Upon successful completion will receive interface
240 @param[in,out] size On the way in provides size of the memory buffer
257 @param[in] adb_handle Handle to interface enumerator object obtained via
267 @param[in] interface_name Name of the interface.
278 @param[in] class_id Device class ID, assigned by the driver.
279 @param[in] vendor_id Device vendor ID
280 @param[in] product_id Device product ID
281 @param[in] interface_id Device interface ID. This parameter is optional.
294 @param[in] adb_interface A handle to interface object created with
296 @param[out] buffer Buffer for the name. Can be NULL in which case
299 @param[in,out] buffer_char_size On the way in supplies size (in characters)
303 @param[in] ansi If true the name will be returned as single character
315 @param[in] adb_interface A handle to interface object created with
317 @param[out] buffer Buffer for the serail number string. Can be NULL in which
320 @param[in,out] buffer_char_size On the way in supplies size (in characters)
324 @param[in] ansi If true the name will be returned as single character
337 @param[in] adb_interface A handle to interface object created with
339 @param[out] desc Upon successful completion will have usb device
349 @param[in] adb_interface A handle to interface object created with
351 @param[out] desc Upon successful completion will have usb device
362 @param[in] adb_interface A handle to interface object created with
364 @param[out] desc Upon successful completion will have usb device
374 @param[in] adb_interface A handle to interface object created with
376 @param[in] endpoint_index Zero-based endpoint index. There are two
380 @param[out] info Upon successful completion will have endpoint information.
391 @param[in] adb_interface A handle to interface object created with
393 @param[out] info Upon successful completion will have endpoint information.
404 @param[in] adb_interface A handle to interface object created with
406 @param[out] info Upon successful completion will have endpoint information.
417 @param[in] adb_interface A handle to interface object created with
419 @param[in] endpoint_index Zero-based endpoint index. There are two
423 @param[in] access_type Desired access type. In the current implementation
426 @param[in] sharing_mode Desired share mode. In the current implementation
440 @param[in] adb_interface A handle to interface object created with
442 @param[in] access_type Desired access type. In the current implementation
445 @param[in] sharing_mode Desired share mode. In the current implementation
459 @param[in] adb_interface A handle to interface object created with
461 @param[in] access_type Desired access type. In the current implementation
464 @param[in] sharing_mode Desired share mode. In the current implementation
477 @param[in] adb_endpoint A handle to opened endpoint object, obtained via one
486 @param[in] adb_endpoint A handle to opened endpoint object, obtained via one
488 @param[out] info Upon successful completion will have endpoint information.
497 @param[in] adb_endpoint A handle to opened endpoint object, obtained via one
499 @param[out] buffer Pointer to the buffer that receives the data.
500 @param[in] bytes_to_read Number of bytes to be read.
501 @param[out] bytes_read Number of bytes read. Can be NULL.
502 @param[in] event_handle Event handle that should be signaled when async I/O
505 @param[in] time_out A timeout (in milliseconds) required for this I/O to
520 @param[in] adb_endpoint A handle to opened endpoint object, obtained via one
522 @param[in] buffer Pointer to the buffer containing the data to be written.
523 @param[in] bytes_to_write Number of bytes to be written.
524 @param[out] bytes_written Number of bytes written. Can be NULL.
525 @param[in] event_handle Event handle that should be signaled when async I/O
528 @param[in] time_out A timeout (in milliseconds) required for this I/O to
543 @param[in] adb_endpoint A handle to opened endpoint object, obtained via one
545 @param[out] buffer Pointer to the buffer that receives the data.
546 @param[in] bytes_to_read Number of bytes to be read.
547 @param[out] bytes_read Number of bytes read. Can be NULL.
548 @param[in] time_out A timeout (in milliseconds) required for this I/O to
562 @param[in] adb_endpoint A handle to opened endpoint object, obtained via one
564 @param[in] buffer Pointer to the buffer containing the data to be written.
565 @param[in] bytes_to_write Number of bytes to be written.
566 @param[out] bytes_written Number of bytes written. Can be NULL.
567 @param[in] time_out A timeout (in milliseconds) required for this I/O to
582 @param[in] adb_io_completion A handle to an I/O completion object returned
584 @param[out] ovl_data Buffer for the copy of this object's OVERLAPPED
586 @param[out] bytes_transferred Pointer to a variable that receives the
590 @param[in] wait If this parameter is true, the method does not return
606 @param[in] adb_io_completion A handle to an I/O completion object returned
616 @param[in] adb_handle ADB handle previously opened with one of the API calls