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

Windows编程

开发平台:

Visual C++

  1. //+---------------------------------------------------------------------------
  2. //
  3. //  Microsoft Windows
  4. //  Copyright 1992 - 1997 Microsoft Corporation.
  5. //
  6. //  File:       mandcid.cxx
  7. //
  8. //  Contents:   CLSID_MANDELBROT
  9. //
  10. //  History:    4-15-94   stevebl   Created
  11. //
  12. //----------------------------------------------------------------------------
  13. #include <windows.h>
  14. #include <ole2.h>
  15. #include "mandcid.h"
  16. CLSID CLSID_MANDELBROT = { /* aeb94135-39c3-101b-b940-00aa001f2ef4 */
  17.     0xaeb94135,
  18.     0x39c3,
  19.     0x101b,
  20.     {0xb9, 0x40, 0x00, 0xaa, 0x00, 0x1f, 0x2e, 0xf4}
  21.   };