UdecxUsbEndpointInitSetEndpointAddress 함수(udecxusbendpoint.h)
만들려는 간단한 엔드포인트의 초기화 매개 변수에서 엔드포인트의 주소를 설정합니다.
구문
void UdecxUsbEndpointInitSetEndpointAddress(
[in, out] PUDECXUSBENDPOINT_INIT Init,
[in] UCHAR EndpointAddress
);
매개 변수
[in, out] Init
UdecxUsbSimpleEndpointInitAllocate에 대한 이전 호출에서 클라이언트 드라이버가 검색한 UDECXUSBENDPOINT_INIT 구조체에 대한 포인터입니다.
[in] EndpointAddress
USB 정의 엔드포인트 주소를 지정합니다. 4개의 낮은 순서 비트는 엔드포인트 번호를 지정합니다. 높은 순서의 비트는 이 엔드포인트에서 데이터 흐름의 방향을 지정합니다. in의 경우 1, 출력의 경우 0입니다.
반환 값
없음
요구 사항
요구 사항 | 값 |
---|---|
지원되는 최소 클라이언트 | Windows 10 |
지원되는 최소 서버 | Windows Server 2016 |
대상 플랫폼 | Windows |
최소 KMDF 버전 | 1.15 |
머리글 | udecxusbendpoint.h(Udecx.h 포함) |
라이브러리 | Udecxstub.lib |
IRQL | PASSIVE_LEVEL |