HomeSort by relevance Sort by last modified time
    Searched refs:GetSurfaceType (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 78 HRESULT GetSurfaceType([out] DWORD * pSurfaceType);
amvideo.h 128 virtual HRESULT STDMETHODCALLTYPE GetSurfaceType(
203 HRESULT (STDMETHODCALLTYPE *GetSurfaceType)(
255 #define IDirectDrawVideo_GetSurfaceType(This,pSurfaceType) (This)->lpVtbl->GetSurfaceType(This,pSurfaceType)
300 return This->lpVtbl->GetSurfaceType(This,pSurfaceType);
    [all...]

Completed in 43 milliseconds