HomeSort by relevance Sort by last modified time
    Searched refs:UseScanLine (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 80 HRESULT UseScanLine([in] long UseScanLine);
81 HRESULT CanUseScanLine([out] long * UseScanLine);
amvideo.h 134 virtual HRESULT STDMETHODCALLTYPE UseScanLine(
135 LONG UseScanLine) = 0;
138 LONG *UseScanLine) = 0;
210 HRESULT (STDMETHODCALLTYPE *UseScanLine)(
212 LONG UseScanLine);
216 LONG *UseScanLine);
257 #define IDirectDrawVideo_UseScanLine(This,UseScanLine) (This)->lpVtbl->UseScanLine(This,UseScanLine)
258 #define IDirectDrawVideo_CanUseScanLine(This,UseScanLine) (This)->lpVtbl->CanUseScanLine(This,UseScanLine
    [all...]

Completed in 241 milliseconds