Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

Search Results for "USB_DEVICE_DESCRIPTOR" in [All]

Constants

.
Summary

Structures

.
Summary
.

const int USB_DEVICE_DESCRIPTOR_TYPE = 1;

.

The USB_DESCRIPTOR_REQUEST structure is always followed by either a USB_STRING_DESCRIPTOR or USB_DEVICE_DESCRIPTOR structure.

.

The use of a a zero-length array at the end of the structure requires that you read and write "off the edge" of the structure. This concept is not well supported in C#/VB.Net so you have make sure that you allocate sufficient buffer space to accommodate a the USB_STRING_DESCRIPTOR or USB_DEVICE_DESCRIPTOR structure.

.

struct USB_DEVICE_DESCRIPTOR

.

Structure USB_DEVICE_DESCRIPTOR

.

typedef struct _USB_DEVICE_DESCRIPTOR {

.

} USB_DEVICE_DESCRIPTOR, *PUSB_DEVICE_DESCRIPTOR ;

.
Documentation
[USB_DEVICE_DESCRIPTOR] on MSDN
.

   public USB_DEVICE_DESCRIPTOR DeviceDescriptor;

.

   USB_DEVICE_DESCRIPTOR  DeviceDescriptor;


 
Access PInvoke.net directly from VS: