MANDCID.CXX
资源名称:MSDN_VC98.zip [点击查看]
上传用户:bangxh
上传日期:2007-01-31
资源大小:42235k
文件大小:1k
源码类别:
Windows编程
开发平台:
Visual C++
- //+---------------------------------------------------------------------------
- //
- // Microsoft Windows
- // Copyright 1992 - 1997 Microsoft Corporation.
- //
- // File: mandcid.cxx
- //
- // Contents: CLSID_MANDELBROT
- //
- // History: 4-15-94 stevebl Created
- //
- //----------------------------------------------------------------------------
- #include <windows.h>
- #include <ole2.h>
- #include "mandcid.h"
- CLSID CLSID_MANDELBROT = { /* aeb94135-39c3-101b-b940-00aa001f2ef4 */
- 0xaeb94135,
- 0x39c3,
- 0x101b,
- {0xb9, 0x40, 0x00, 0xaa, 0x00, 0x1f, 0x2e, 0xf4}
- };