Home | History | Annotate | Download | only in include

Lines Matching refs:get_Namespace

1430     virtual HRESULT WINAPI get_Namespace(BSTR *bstrVal) = 0;
1476 HRESULT (WINAPI *get_Namespace)(IGPMRSOP *This,BSTR *bstrVal);
1524 #define IGPMRSOP_get_Namespace(This,bstrVal) (This)->lpVtbl->get_Namespace(This,bstrVal)