home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / dbmsg / mapi / simple.frm / guid.cpp < prev    next >
C/C++ Source or Header  |  1996-04-11  |  504b  |  23 lines

  1. //////////////////////////////////////////////////////////////////////////////
  2. //
  3. //  FILE:           GUID.CPP
  4. //
  5. //  
  6. //
  7. //  Copyright (c) 1986-1996, Microsoft Corporation.
  8. //  All rights reserved.
  9. //
  10. //--
  11.  
  12. #define STRICT
  13. #include        <windows.h>
  14. #include        <ole2.h>
  15. #include        <initguid.h>
  16.  
  17. #define         USES_IID_IMAPIForm
  18. #define         USES_IID_IMAPIFormAdviseSink
  19. #define         USES_IID_IPersistMessage
  20.  
  21. #include        "guid.h"
  22. #include        "mapiguid.h"
  23.