Lines Matching refs:ParentalCountrySelect
7084 virtual HRESULT WINAPI ParentalCountrySelect(WORD wCountry) = 0;7126 HRESULT (WINAPI *ParentalCountrySelect)(IDvdControl *This,WORD wCountry);7170 #define IDvdControl_ParentalCountrySelect(This,wCountry) (This)->lpVtbl->ParentalCountrySelect(This,wCountry)