// // Copyright (c) Microsoft Corporation. All rights reserved. // // // Use of this source code is subject to the terms of the Microsoft end-user // license agreement (EULA) under which you licensed this SOFTWARE PRODUCT. // If you did not accept the terms of the EULA, you are not authorized to use // this source code. For a copy of the EULA, please see the LICENSE.RTF on your // install media. // #ifndef _ADDISP_H_ #define _ADDISP_H_ //=--------------------------------------------------------------------------= // for ADesktop.DLL // properties & methods // // events // #define DISPID_IH_PROVIDER_CHANGED 1 #define DISPID_IH_NOTIFICATION 2 #define DISPID_IH_BEGIN_UPDATE 3 #define DISPID_IH_END_UPDATE 4 /* Removed channel bar. #define DISPID_CB_ALWAYSONTOP 1 #define DISPID_CB_DOCKED 2 #define DISPID_CB_AUTOHIDENEWS 3 #define DISPID_CB_TEXTLABELS 4 #define DISPID_CB_TOOLTIPS 5 #define DISPID_CB_AUTOHIDECHANGER 6 #define DISPID_CB_AUTOPLAY 7 #define DISPID_CB_CHANNELTIME 8 */ #endif // _ADDISP_H_