www.pudn.com > MailCheck_src.zip > MKGUIDS.H
/*************************************************************************** * Copyright (c) 1996, Microsoft Corporation * * Sample extended MAPI app with new mail notifications * * History: * 1 Oct 1996 Vajira Weerasekera \***************************************************************************/ // // Title: Define the Interface IDs that are requested // #ifndef MKGUIDS_HPP #define MKGUIDS_HPP #include#include #ifdef INITGUID #include #endif #include #if !defined(INITGUID) || defined(USES_IID_IUnknown) DEFINE_OLEGUID (IID_IUnknown, 0x00000000L, 0, 0); #endif //#if !defined(INITGUID) || defined(USES_IID_IAdviseSink) //DEFINE_OLEGUID (IID_IAdviseSink, 0x0000000cL, 0, 0); //#endif #endif