StockQuote 1 StockQuote.wsdl wsdapi.h StockQuote.h StockQuoteTypes.h http://example.com/stockquote/definitions/StockQuotePortType oaidl.idl ocidl.idl wsdattachment.idl wsdclient.idl wsdhost.idl StockQuoteTypes.h http://example.com/stockquote/definitions/StockQuotePortType http://example.com/stockquote/definitions/StockQuotePortType GetLastTradePrice CStockQuoteProxy http://example.com/stockquote/definitions/StockQuotePortType http://example.com/stockquote/definitions/StockQuotePortType GetLastTradePrice wsdapi.h StockQuote.h StockQuoteTypes.h StockQuoteProxy.h http://example.com/stockquote/definitions/StockQuotePortType CStockQuoteProxy Release(); m_genericProxy = NULL; } }; HRESULT STDMETHODCALLTYPE CStockQuoteProxy::Init( /* [in] */ IWSDServiceProxy* pIWSDServiceProxy ) { if( NULL == pIWSDServiceProxy ) { return E_INVALIDARG; } m_genericProxy = pIWSDServiceProxy; m_genericProxy->AddRef(); return S_OK; } ]]> CStockQuoteProxy m_cRef IStockQuote IStockQuoteProxy http://example.com/stockquote/definitions/StockQuotePortType CStockQuoteProxy http://example.com/stockquote/definitions/StockQuotePortType CStockQuoteProxy GetLastTradePrice