UsbDescriptor.ReadDescriptorBuffer(IBuffer) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Reads descriptor data in the caller-supplied buffer.
public:
virtual void ReadDescriptorBuffer(IBuffer ^ buffer) = ReadDescriptorBuffer;
void ReadDescriptorBuffer(IBuffer const& buffer);
public void ReadDescriptorBuffer(IBuffer buffer);
function readDescriptorBuffer(buffer)
Public Sub ReadDescriptorBuffer (buffer As IBuffer)
Parameters
- buffer
- IBuffer
A caller-supplied buffer that receives descriptor data.