Commit d03f32b1 authored by James Hawkins's avatar James Hawkins Committed by Alexandre Julliard

Define the DOCHOSTUIDBLCLK enumeration.

parent 2125fa9d
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment