/**
 * Windows API header module
 *
 * Translated from MinGW API for MS-Windows 3.10
 *
 * Authors: Stewart Gordon
 * License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0)
 * Source: $(DRUNTIMESRC core/sys/windows/_idispids.d)
 */
/// Automatically imported and edited from the druntime module
/// core.sys.windows.idispids for the auto-generated win32 package.
module win32.idispids;
//version (Windows):

enum : int {
    DISPID_AMBIENT_OFFLINEIFNOTCONNECTED = -5501,
    DISPID_AMBIENT_SILENT                = -5502
}