|
|
1.1 root 1: /***
2: *clsid.h
3: *
4: * Copyright (C) 1992, Microsoft Corporation. All Rights Reserved.
5: * Information Contained Herein Is Proprietary and Confidential.
6: *
7: *Purpose:
8: * This file defines the CLSIDs
9: *
10: *Implementation Notes:
11: *
12: *****************************************************************************/
13:
14: DEFINE_OLEGUID(CLSID_CPoly, 0x00020462, 0, 0);
15: DEFINE_OLEGUID(CLSID_CPoint, 0x00020463, 0, 0);
16:
17: #ifdef INITGUID
18: # ifdef _MAC
19: DEFINE_GUID(GUID_NULL, 0L, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
20: DEFINE_OLEGUID(IID_IDispatch, 0x00020400L, 0, 0);
21: DEFINE_OLEGUID(IID_IEnumVARIANT, 0x00020404L, 0, 0);
22: DEFINE_OLEGUID(IID_IUnknown, 0x00000000L, 0, 0);
23: DEFINE_OLEGUID(IID_IClassFactory, 0x00000001L, 0, 0);
24: # endif
25: #endif
26:
27:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.