Home
last modified time | relevance | path

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

/reactos/sdk/include/psdk/
H A Ddvp.h289 STDMETHOD(GetFieldPolarity)(THIS_ LPBOOL) PURE; in DECLARE_INTERFACE_() local
310 #define IVideoPort_GetFieldPolarity(p,a) (p)->lpVtbl->GetFieldPolarity(p,a)
328 #define IVideoPort_GetFieldPolarity(p,a) (p)->GetFieldPolarity(a)