#include <stdio.h>
#include <windows.h>
#include <usbdi.h>
Go to the source code of this file.
◆ USBD_GetInterfaceLengthTYPE
Definition at line 5 of file test.c.
◆ main()
Definition at line 11 of file test.c.
12{
16
21
26
31 return 0;
32}
#define GetProcAddress(x, y)
ULONG NTAPI(* USBD_GetInterfaceLengthTYPE)(PUSB_INTERFACE_DESCRIPTOR InterfaceDescriptor, PUCHAR BufferEnd)
ULONG NTAPI USBD_GetInterfaceLength(PUSB_INTERFACE_DESCRIPTOR InterfaceDescriptor, PUCHAR BufferEnd)
_In_ WDFUSBINTERFACE _In_ UCHAR _Out_ PUSB_INTERFACE_DESCRIPTOR InterfaceDescriptor
#define DONT_RESOLVE_DLL_REFERENCES