UdecxUsbEndpointInitSetCallbacks 함수(udecxusbendpoint.h)
만들 간단한 엔드포인트의 초기화 매개 변수에서 UDE 클라이언트 드라이버 구현 콜백 함수에 대한 포인터를 설정합니다.
구문
void UdecxUsbEndpointInitSetCallbacks(
PUDECXUSBENDPOINT_INIT UdecxUsbEndpointInit,
[in] PUDECX_USB_ENDPOINT_CALLBACKS EndpointCallbacks
);
매개 변수
UdecxUsbEndpointInit
UdecxUsbSimpleEndpointInitAllocate에 대한 이전 호출에서 클라이언트 드라이버가 검색한 UDECXUSBENDPOINT_INIT 구조체에 대한 포인터입니다.
[in] EndpointCallbacks
UDE 클라이언트 드라이버에서 구현 한 이벤트 콜백 함수에 대한 함수 포인터를 포함하는 UDECX_USB_ENDPOINT_CALLBACKS 대한 포인터입니다.
반환 값
없음
요구 사항
요구 사항 | 값 |
---|---|
지원되는 최소 클라이언트 | Windows 10 |
지원되는 최소 서버 | Windows Server 2016 |
대상 플랫폼 | Windows |
최소 KMDF 버전 | 1.15 |
머리글 | udecxusbendpoint.h(Udecx.h 포함) |
라이브러리 | Udecxstub.lib |
IRQL | PASSIVE_LEVEL |