From 00b4413ded207a5760e9f514ea22725b70d5fae4 Mon Sep 17 00:00:00 2001 From: Jacek Caban Date: Thu, 17 Aug 2006 02:41:24 +0200 Subject: [PATCH] mshtmhst.idl: Added DOCHOSTUITYPE declaration. --- include/mshtmhst.idl | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/include/mshtmhst.idl b/include/mshtmhst.idl index 3d43ecc9f9..344a88f2d1 100644 --- a/include/mshtmhst.idl +++ b/include/mshtmhst.idl @@ -99,6 +99,11 @@ coclass HostDialogHelper * IDocHostUIHandler interface */ +typedef enum tagDOCHOSTUITYPE { + DOCHOSTUITYPE_BROWSE = 0, + DOCHOSTUITYPE_AUTHOR = 1 +} DOCHOSTUITYPE; + typedef enum tagDOCHOSTUIDBLCLK { DOCHOSTUIDBLCLK_DEFAULT = 0, -- 2.32.0.93.g670b81a890