This repository has been archived on 2024-12-16. You can view files and clone it, but cannot push or open issues or pull requests.
CodeBlocksPortable/dm/include/WIN32/WPGUID.H

19 lines
782 B
C++
Raw Normal View History

/*****************************************************************/
/** Microsoft Windows 4.00 **/
/** Copyright (C) Microsoft Corp., 1995-1996 **/
/*****************************************************************/
/* WPGUID.H -- WebPost Porvider Interface definitions ( GUIDs)
*
*/
// {3151E2E0-6C4F-11cf-86B1-00AA0060F86C}
DEFINE_GUID(CLSID_WPProvider,0x3151e2e0, 0x6c4f, 0x11cf, 0x86, 0xb1, 0x0, 0xaa, 0x0, 0x60, 0xf8, 0x6c);
//73779EC0-6C4B-11CF-86B1-00AA0060F86C
DEFINE_GUID(IID_IWPProvider, 0x73779EC0L, 0x6C4B, 0x11CF, 0x86, 0xB1, 0x00, 0xAA, 0x00, 0x60, 0xF8, 0x6C);
//5261F720-6C4C-11CF-86B1-00AA0060F86C
DEFINE_GUID(IID_IWPSite, 0x5261F720L, 0x6C4C, 0x11CF, 0x86, 0xB1, 0x00, 0xAA, 0x00, 0x60, 0xF8, 0x6C);