mshtmhst.idl: Added DOCHOSTUITYPE declaration.
This commit is contained in:
parent
f50bb771c9
commit
00b4413ded
|
@ -99,6 +99,11 @@ coclass HostDialogHelper
|
|||
* IDocHostUIHandler interface
|
||||
*/
|
||||
|
||||
typedef enum tagDOCHOSTUITYPE {
|
||||
DOCHOSTUITYPE_BROWSE = 0,
|
||||
DOCHOSTUITYPE_AUTHOR = 1
|
||||
} DOCHOSTUITYPE;
|
||||
|
||||
typedef enum tagDOCHOSTUIDBLCLK
|
||||
{
|
||||
DOCHOSTUIDBLCLK_DEFAULT = 0,
|
||||
|
|
Loading…
Reference in New Issue