Home | History | Annotate | Download | only in dshow

Lines Matching refs:get_LocalControl

4935     virtual HRESULT WINAPI get_LocalControl(long *pState) = 0;
4970 HRESULT (WINAPI *get_LocalControl)(IAMExtTransport *This,long *pState);
5007 #define IAMExtTransport_get_LocalControl(This,pState) (This)->lpVtbl->get_LocalControl(This,pState)