Home
last modified time | relevance | path

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

/external/quake/quake/src/QW/dxsdk/sdk/inc/
Ddinput.h587 STDMETHOD(EnumDevices)(THIS_ DWORD,LPDIENUMDEVICESCALLBACKW,LPVOID,DWORD) PURE; in DECLARE_INTERFACE_() local
607 STDMETHOD(EnumDevices)(THIS_ DWORD,LPDIENUMDEVICESCALLBACKA,LPVOID,DWORD) PURE; in DECLARE_INTERFACE_() local
631 #define IDirectInput_EnumDevices(p,a,b,c,d) (p)->lpVtbl->EnumDevices(p,a,b,c,d)
Dd3d.h93 STDMETHOD(EnumDevices)(THIS_ LPD3DENUMDEVICESCALLBACK, LPVOID) PURE; in DECLARE_INTERFACE_() local
105 #define IDirect3D_EnumDevices(p, a, b) (p)->lpVtbl->EnumDevices(p, a, b)
/external/quake/quake/src/WinQuake/dxsdk/SDK/INC/
DDINPUT.H587 STDMETHOD(EnumDevices)(THIS_ DWORD,LPDIENUMDEVICESCALLBACKW,LPVOID,DWORD) PURE; in DECLARE_INTERFACE_() local
607 STDMETHOD(EnumDevices)(THIS_ DWORD,LPDIENUMDEVICESCALLBACKA,LPVOID,DWORD) PURE; in DECLARE_INTERFACE_() local
631 #define IDirectInput_EnumDevices(p,a,b,c,d) (p)->lpVtbl->EnumDevices(p,a,b,c,d)
DD3D.H93 STDMETHOD(EnumDevices)(THIS_ LPD3DENUMDEVICESCALLBACK, LPVOID) PURE; in DECLARE_INTERFACE_() local
105 #define IDirect3D_EnumDevices(p, a, b) (p)->lpVtbl->EnumDevices(p, a, b)