From: <ec...@us...> - 2002-08-26 00:30:15
|
Update of /cvsroot/decaldev/source/Include In directory usw-pr-cvs1:/tmp/cvs-serv30178 Modified Files: Decal.idl Log Message: Upload for Madar, hooks in the new FaceHeading stuff Index: Decal.idl =================================================================== RCS file: /cvsroot/decaldev/source/Include/Decal.idl,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** Decal.idl 22 Jul 2002 19:16:23 -0000 1.12 --- Decal.idl 26 Aug 2002 00:30:12 -0000 1.13 *************** *** 26,30 **** ePointerState = 0x00008000, eMoveItemEx = 0x00010000, ! ePosition = 0x00020000 } ; --- 26,31 ---- ePointerState = 0x00008000, eMoveItemEx = 0x00010000, ! ePosition = 0x00020000, ! eFaceHeading = 0x00040000 } ; *************** *** 242,245 **** --- 243,247 ---- [propget, id(26), helpstring("property HooksAvailable")] HRESULT HooksAvail([out, retval] long *pVal); [id(27), helpstring("method DropItem")] HRESULT DropItem([in]long lObjectID); + [id(28), helpstring("method FaceHeading")] HRESULT FaceHeading([in] float fHeading, [in] VARIANT_BOOL bUnknown, [out,retval] VARIANT_BOOL *pVal); }; |