Artifact 45a7d6937f4a5f8e4817301c920719d4749a09f6
- File
src/win32/idispids.d
- 2015-04-21 10:46:55 - part of checkin [4e2933c620] on branch trunk - Rebased to the latest verson dmd 2.067. Not yet verified the outcome. (user: kinaba) [annotate]
/***********************************************************************\ * idispids.d * * * * Windows API header module * * * * Translated from MinGW API for MS-Windows 3.10 * * by Stewart Gordon * * * * Placed into public domain * \***********************************************************************/ module win32.idispids; enum : int { DISPID_AMBIENT_OFFLINEIFNOTCONNECTED = -5501, DISPID_AMBIENT_SILENT = -5502 }