Home | History | Annotate | Download | only in include

Lines Matching refs:put_Locale

1576     virtual HRESULT WINAPI put_Locale(BSTR strLocale) = 0;
1610 HRESULT (WINAPI *put_Locale)(ISWbemObjectPath *This,BSTR strLocale);
1646 #define ISWbemObjectPath_put_Locale(This,strLocale) (This)->lpVtbl->put_Locale(This,strLocale)