[commit] r1541 - branches/Breaking_COM_Changes/GME/Interfaces
GMESRC Repository Notifications
gme-commit at list.isis.vanderbilt.edu
Thu Sep 15 09:43:39 CDT 2011
Author: ksmyth
Date: Thu Sep 15 09:43:39 2011
New Revision: 1541
Log:
IMgaPart: Get/SetPosition, attribute Icon. "attrs" is a name for something else
Modified:
branches/Breaking_COM_Changes/GME/Interfaces/Mga.idl
Modified: branches/Breaking_COM_Changes/GME/Interfaces/Mga.idl
==============================================================================
--- branches/Breaking_COM_Changes/GME/Interfaces/Mga.idl Thu Sep 15 09:34:27 2011 (r1540)
+++ branches/Breaking_COM_Changes/GME/Interfaces/Mga.idl Thu Sep 15 09:43:39 2011 (r1541)
@@ -1135,8 +1135,10 @@
[helpstring("setter for property RegistryValue")] HRESULT SetRegistryValueDisp([in] BSTR path, [in] BSTR newval);
- [helpstring("method GetGmeAttrs")] HRESULT GetGmeAttrs([out] BSTR *Icon, [out] long *xpos, [out] long *ypos);
- [helpstring("method SetGmeAttrs")] HRESULT SetGmeAttrs([in] BSTR Icon, [in] long xpos, [in] long ypos);
+ [helpstring("method GetPosition")] HRESULT GetPosition([out] long *xpos, [out] long *ypos);
+ [helpstring("method SetPosition")] HRESULT SetPosition([in] long xpos, [in] long ypos);
+ [propput] HRESULT Icon([in] BSTR Icon);
+ [propget] HRESULT Icon([out, retval] BSTR *Icon);
};
[
More information about the gme-commit
mailing list