Home
last modified time | relevance | path

Searched refs:SetupDiOpenDeviceInterfaceW (Results 1 – 4 of 4) sorted by relevance

/reactos/sdk/include/psdk/
H A Dsetupapi.h1796 WINSETUPAPI BOOL WINAPI SetupDiOpenDeviceInterfaceW(_In_ HDEVINFO, _In_ PCWSTR, _In_ DWORD, _Out_op…
2428 #define SetupDiOpenInterfaceDeviceW SetupDiOpenDeviceInterfaceW
2491 #define SetupDiOpenDeviceInterface SetupDiOpenDeviceInterfaceW
2492 #define SetupDiOpenInterfaceDevice SetupDiOpenDeviceInterfaceW
/reactos/dll/win32/setupapi/
H A Dsetupapi.spec366 @ stdcall SetupDiOpenDeviceInterfaceW(ptr wstr long ptr)
H A Ddevinst.c3761 BOOL WINAPI SetupDiOpenDeviceInterfaceW( in SetupDiOpenDeviceInterfaceW() function
3991 bResult = SetupDiOpenDeviceInterfaceW(DeviceInfoSet, in SetupDiOpenDeviceInterfaceA()
/reactos/dll/directx/ksproxy/
H A Dproxy.cpp2622 if (!SetupDiOpenDeviceInterfaceW(hList, (PCWSTR)varName.bstrVal, 0, &DeviceInterfaceData)) in Load()