From: Jeffrey D. <ha...@us...> - 2003-09-28 20:06:34
|
Log Message: ----------- Making IView->PutTransparent work Modified Files: -------------- /cvsroot/decaldev/source/Inject: Inject.idl Revision Data ------------- Index: Inject.idl =================================================================== RCS file: /cvsroot/decaldev/source/Inject/Inject.idl,v retrieving revision 1.43 retrieving revision 1.44 diff -u -d -r1.43 -r1.44 --- Inject.idl 26 Sep 2003 08:25:25 -0000 1.43 +++ Inject.idl 28 Sep 2003 19:01:28 -0000 1.44 @@ -552,6 +552,8 @@ [helpstring("method Deactivate")] HRESULT Deactivate(); [propputref, helpstring("property Sink")] HRESULT Sink([in] IPanelSink* newVal); [helpstring("method LoadViewEx")] HRESULT LoadViewEx(long nViewID, IView *pView, IUnknown *pSchema, long lViewFlags); + [propget, helpstring("property Transparent")] HRESULT Transparent([out, retval] VARIANT_BOOL* pVal); + [propput, helpstring("property Transparent")] HRESULT Transparent([in] VARIANT_BOOL newVal); }; [ |