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.
|
#ifndef _IDISPIDS_H
|
|
#define _IDISPIDS_H
|
|
#if __GNUC__ >=3
|
|
#pragma GCC system_header
|
|
#endif
|
|
|
|
#define DISPID_AMBIENT_OFFLINEIFNOTCONNECTED (-5501)
|
|
#define DISPID_AMBIENT_SILENT (-5502)
|
|
|
|
#endif
|