// udecxusbendpoint.h
VOID UdecxUsbEndpointInitSetEndpointAddress(
[in, out] PUDECXUSBENDPOINT_INIT Init,
[in] UCHAR EndpointAddress
);
View the official Windows Driver Kit DDI referenceNo description available.
Sets the address of the endpoint in the initialization parameters of the simple endpoint to create.
Init [in, out]A pointer to an UDECXUSBENDPOINT_INIT structure that the client driver retrieved in the previous call to UdecxUsbSimpleEndpointInitAllocate.
EndpointAddress [in]Specifies the USB-defined endpoint address. The four low-order bits specify the endpoint number. The high-order bit specifies the direction of data flow on this endpoint: 1 for in, 0 for out.
Architecture: USB Device Emulation (UDE)