Home | History | Annotate | Download | only in include

Lines Matching refs:get_Server

1061     virtual HRESULT WINAPI get_Server(IServer **ppServer) = 0;
1077 HRESULT (WINAPI *get_Server)(IScriptingContext *This,IServer **ppServer);
1095 #define IScriptingContext_get_Server(This,ppServer) (This)->lpVtbl->get_Server(This,ppServer)