HomeSort by relevance Sort by last modified time
    Searched refs:GetSwitches (Results 1 - 2 of 2) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
amvideo.idl 70 HRESULT GetSwitches([out] DWORD * pSwitches);
amvideo.h 103 virtual HRESULT STDMETHODCALLTYPE GetSwitches(
170 HRESULT (STDMETHODCALLTYPE *GetSwitches)(
247 #define IDirectDrawVideo_GetSwitches(This,pSwitches) (This)->lpVtbl->GetSwitches(This,pSwitches)
276 return This->lpVtbl->GetSwitches(This,pSwitches);
    [all...]

Completed in 49 milliseconds