HomeSort by relevance Sort by last modified time
    Searched refs:GetEmulatedCaps (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 73 HRESULT GetEmulatedCaps([out] DDCAPS *pCaps);
amvideo.h 112 virtual HRESULT STDMETHODCALLTYPE GetEmulatedCaps(
182 HRESULT (STDMETHODCALLTYPE *GetEmulatedCaps)(
250 #define IDirectDrawVideo_GetEmulatedCaps(This,pCaps) (This)->lpVtbl->GetEmulatedCaps(This,pCaps)
285 return This->lpVtbl->GetEmulatedCaps(This,pCaps);
    [all...]

Completed in 266 milliseconds