Home | History | Annotate | Download | only in dshow

Lines Matching refs:get_CountryCode

4221     virtual HRESULT WINAPI get_CountryCode(long *plCountryCode) = 0;
4243 HRESULT (WINAPI *get_CountryCode)(IAMTuner *This,long *plCountryCode);
4267 #define IAMTuner_get_CountryCode(This,plCountryCode) (This)->lpVtbl->get_CountryCode(This,plCountryCode)
4371 HRESULT (WINAPI *get_CountryCode)(IAMTVTuner *This,long *plCountryCode);
4406 #define IAMTVTuner_get_CountryCode(This,plCountryCode) (This)->lpVtbl->get_CountryCode(This,plCountryCode)
4474 HRESULT (WINAPI *get_CountryCode)(IBPCSatelliteTuner *This,long *plCountryCode);
4501 #define IBPCSatelliteTuner_get_CountryCode(This,plCountryCode) (This)->lpVtbl->get_CountryCode(This,plCountryCode)