mshtmhst.idl: Added DOCHOSTUITYPE declaration.

This commit is contained in:
Jacek Caban 2006-08-17 02:41:24 +02:00 committed by Alexandre Julliard
parent f50bb771c9
commit 00b4413ded
1 changed files with 5 additions and 0 deletions

View File

@ -99,6 +99,11 @@ coclass HostDialogHelper
* IDocHostUIHandler interface
*/
typedef enum tagDOCHOSTUITYPE {
DOCHOSTUITYPE_BROWSE = 0,
DOCHOSTUITYPE_AUTHOR = 1
} DOCHOSTUITYPE;
typedef enum tagDOCHOSTUIDBLCLK
{
DOCHOSTUIDBLCLK_DEFAULT = 0,