GUID.CPP
上传用户:bangxh
上传日期:2007-01-31
资源大小:42235k
文件大小:0k
源码类别:

Windows编程

开发平台:

Visual C++

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