UdecxUsbEndpointInitFree 함수(udecxusbendpoint.h)

UdecxUsbSimpleEndpointInitAllocate 호출에 의해 할당된 리소스를 해제합니다.

구문

void UdecxUsbEndpointInitFree(
  [in] PUDECXUSBENDPOINT_INIT Init
);

매개 변수

[in] Init

UdecxUsbSimpleEndpointInitAllocate에 대한 이전 호출에서 클라이언트 드라이버가 검색한 UDECXUSBENDPOINT_INIT 구조체에 대한 포인터입니다.

반환 값

없음

요구 사항

요구 사항
지원되는 최소 클라이언트 Windows 10
지원되는 최소 서버 Windows Server 2016
대상 플랫폼 Windows
최소 KMDF 버전 1.15
머리글 udecxusbendpoint.h(Udecx.h 포함)
라이브러리 Udecxstub.lib
IRQL PASSIVE_LEVEL

추가 정보

아키텍처: USB 디바이스 에뮬레이션(UDE)

UdecxUsbEndpointCreate

UDE 클라이언트 드라이버 작성