Leaked source code of windows server 2003
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.
 
 
 
 
 
 

22 lines
662 B

//+-------------------------------------------------------------------------
//
// Microsoft Windows
// Copyright 1996-1998 Microsoft Corporation. All Rights Reserved.
//
// File: scrptids.h
//
//--------------------------------------------------------------------------
// Invent DISPIDs for the things that don't have built-in dispid's
#define DISPID_LOAD 1
#define DISPID_UNLOAD 2
#define DISPID_SUBMIT 3
#define DISPID_FOCUS 4
#define DISPID_CHANGE 5
#define DISPID_BLUR 6
#define DISPID_SELECT 7
#define DISPID_MOUSEOVER 8
#define DISPID_PARSECOMPLETE 9
#define DISPID_ABORT 10
#define DISPID_ERROR 11
#define DISPID_MOUSEOUT 12