objidl.h | 522 virtual HRESULT WINAPI MarshalInterface(IStream *pStm,REFIID riid,void *pv,DWORD dwDestContext,void *pvDestContext,DWORD mshlflags) = 0; 523 virtual HRESULT WINAPI UnmarshalInterface(IStream *pStm,REFIID riid,void **ppv) = 0; 524 virtual HRESULT WINAPI ReleaseMarshalData(IStream *pStm) = 0; 535 HRESULT (WINAPI *MarshalInterface)(IMarshal *This,IStream *pStm,REFIID riid,void *pv,DWORD dwDestContext,void *pvDestContext,DWORD mshlflags); 536 HRESULT (WINAPI *UnmarshalInterface)(IMarshal *This,IStream *pStm,REFIID riid,void **ppv); 537 HRESULT (WINAPI *ReleaseMarshalData)(IMarshal *This,IStream *pStm); 550 #define IMarshal_MarshalInterface(This,pStm,riid,pv,dwDestContext,pvDestContext,mshlflags) (This)->lpVtbl->MarshalInterface(This,pStm,riid,pv,dwDestContext,pvDestContext,mshlflags) 551 #define IMarshal_UnmarshalInterface(This,pStm,riid,ppv) (This)->lpVtbl->UnmarshalInterface(This,pStm,riid,ppv 4491 IStream *pstm; member in union:tagSTGMEDIUM::__anon43830 4531 BYTE_BLOB *pstm; member in union:_userSTGMEDIUM::_STGMEDIUM_UNION::__anon43832 [all...] |