You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
1.4 KiB
27 lines
1.4 KiB
//*********************************************************************
|
|
//* Microsoft Windows **
|
|
//* Copyright(c) Microsoft Corp., 1996-1997 **
|
|
//*********************************************************************
|
|
|
|
#pragma once
|
|
|
|
// hack - from OLE headers
|
|
#define DISPID_VALUE ( 0 )
|
|
#define DISPID_NEWENUM ( -4 )
|
|
// hack - from OLE headers
|
|
|
|
#define DISPID_IOEACCTWIZ_BASE 1000
|
|
|
|
#define DISPID_IOEACCTWIZ_SET_PROP_SZ (DISPID_IOEACCTWIZ_BASE + 1)
|
|
#define DISPID_IOEACCTWIZ_GET_PROP_SZ (DISPID_IOEACCTWIZ_BASE + 2)
|
|
#define DISPID_IOEACCTWIZ_CLEAR_PROPS (DISPID_IOEACCTWIZ_BASE + 3)
|
|
#define DISPID_IOEACCTWIZ_CLOSE (DISPID_IOEACCTWIZ_BASE + 4)
|
|
#define DISPID_IOEACCTWIZ_NEW_HOTMAIL_ACCOUNT (DISPID_IOEACCTWIZ_BASE + 5)
|
|
#define DISPID_IOEACCTWIZ_WIDTH (DISPID_IOEACCTWIZ_BASE + 6)
|
|
#define DISPID_IOEACCTWIZ_HEIGHT (DISPID_IOEACCTWIZ_BASE + 7)
|
|
#define DISPID_IOEACCTWIZ_SET_PROP_I (DISPID_IOEACCTWIZ_BASE + 8)
|
|
#define DISPID_IOEACCTWIZ_GET_PROP_I (DISPID_IOEACCTWIZ_BASE + 9)
|
|
#define DISPID_IOEACCTWIZ_NEW_ACCOUNT (DISPID_IOEACCTWIZ_BASE + 10)
|
|
#define DISPID_IOEACCTWIZ_RELOAD (DISPID_IOEACCTWIZ_BASE + 11)
|
|
|
|
|