Home | History | Annotate | Download | only in include

Lines Matching refs:get_Namespace

1562     virtual HRESULT WINAPI get_Namespace(BSTR *strNamespace) = 0;
1596 HRESULT (WINAPI *get_Namespace)(ISWbemObjectPath *This,BSTR *strNamespace);
1632 #define ISWbemObjectPath_get_Namespace(This,strNamespace) (This)->lpVtbl->get_Namespace(This,strNamespace)