From: <ma...@us...> - 2002-09-16 21:39:44
|
Update of /cvsroot/decaldev/source/Include In directory usw-pr-cvs1:/tmp/cvs-serv16064 Modified Files: Decal.idl Log Message: Add SetAutorun interface Index: Decal.idl =================================================================== RCS file: /cvsroot/decaldev/source/Include/Decal.idl,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** Decal.idl 16 Sep 2002 21:27:29 -0000 1.16 --- Decal.idl 16 Sep 2002 21:39:41 -0000 1.17 *************** *** 31,35 **** eArea3DHeight = 0x00100000, eObjectDestroyed= 0x00200000, ! eSendTell = 0x00400000 } ; --- 31,36 ---- eArea3DHeight = 0x00100000, eObjectDestroyed= 0x00200000, ! eSendTell = 0x00400000, ! eSetAutorun = 0x00800000 } ; *************** *** 253,256 **** --- 254,258 ---- [id(31), helpstring("method ItemIsKnown")] HRESULT ItemIsKnown([in] long lGUID, [out,retval] VARIANT_BOOL *pVal); [id(32), helpstring("method SendTell")] HRESULT SendTell([in]long lPlayerID, BSTR Message); + [id(33), helpstring("method SetAutorun")] HRESULT SetAutorun([in] VARIANT_BOOL bOnOff); }; |