1
0
mirror of https://github.com/wine-mirror/wine synced 2024-07-08 20:06:18 +00:00

Define the DOCHOSTUIDBLCLK enumeration.

This commit is contained in:
James Hawkins 2005-07-21 10:32:56 +00:00 committed by Alexandre Julliard
parent 2125fa9d37
commit d03f32b15b

View File

@ -26,6 +26,13 @@ import "docobj.idl";
* IDocHostUIHandler interface
*/
typedef enum tagDOCHOSTUIDBLCLK
{
DOCHOSTUIDBLCLK_DEFAULT = 0,
DOCHOSTUIDBLCLK_SHOWPROPERTIES = 1,
DOCHOSTUIDBLCLK_SHOWCODE = 2
} DOCHOSTUIDBLCLK;
typedef enum tagDOCHOSTUIFLAG
{
DOCHOSTUIFLAG_DIALOG = 0x00000001,