IWDFUsbTargetPipe::GetInformation method
The GetInformation method retrieves information about a USB pipe (endpoint).
Syntax
void GetInformation(
[out] PWINUSB_PIPE_INFORMATION pInfo
);
Parameters
- pInfo [out]
-
A pointer to a variable that receives USB pipe information.
Return value
None
Remarks
After a UMDF driver calls the IWDFUsbInterface::RetrieveUsbPipeObject method to retrieve a USB pipe object, the UMDF driver should retrieve information about the USB pipe. Therefore, the GetInformation method does not fail.
Requirements
End of support | Unavailable in UMDF 2.0 and later. |
---|---|
Minimum UMDF version | 1.5 |
Header |
|
DLL |
|
See also
Show: