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.
20 lines
770 B
20 lines
770 B
//+-------------------------------------------------------------------------
|
|
//
|
|
// Microsoft Windows
|
|
// Copyright 1995-1998 Microsoft Corporation. All Rights Reserved.
|
|
//
|
|
// File: idispids.h
|
|
//
|
|
//--------------------------------------------------------------------------
|
|
|
|
#define DISPID_READYSTATE (-525)
|
|
#define DISPID_READYSTATECHANGE (-609)
|
|
#define DISPID_AMBIENT_TRANSFERPRIORITY (-728)
|
|
#define DISPID_AMBIENT_OFFLINEIFNOTCONNECTED (-5501)
|
|
#define DISPID_AMBIENT_SILENT (-5502)
|
|
|
|
// Until these appear in OLECTL.H
|
|
#ifndef DISPID_AMBIENT_CODEPAGE
|
|
#define DISPID_AMBIENT_CODEPAGE (-725)
|
|
#define DISPID_AMBIENT_CHARSET (-727)
|
|
#endif
|