home *** CD-ROM | disk | FTP | other *** search
- ; Copy and paste this into the bottom of your "AUTOEXP.DAT" file
- ; found in the Microsoft Visual C++ directory structure.
- ; Makes debugging Visio Addons much easier!
-
- ; from vao_src / vao_inc
- ; (remove the ",x" to view integers in decimal rather than hex)
- VAddon =<,t> m_pName=<m_pName,s> m_wIndex=<m_wIndex,x> m_pNext=<m_pNext,x>
- VVariant =<,t> type=<m_v.vt,x> asLong=<m_v.lVal,x> asDouble=<m_v.dblVal,f> asBSTR=<m_v.bstrVal,su>
- VBstr =<,t> m_bstr=<m_bstr,su>
- CVisioUnknown =<,t> m_pUnk=<m_pUnk,x>
- CVisioAddonSink =<,t> cRefs=<m_cRef> callback=<m_pCallback,x>
- VAOV2LSTRUCT =wSessID=<wSessID,x> cmd=<lpCmdLineArgs,x> (<lpCmdLineArgs,s>) hInst=<hVisInst,x>
-
- [Unicode]
- DisplayUnicode=1
-