root/trunk/win32/idispids.d

Revision 204, 0.9 kB (checked in by smjg, 1 year ago)

Started the MinGW 3.10 ball rolling. Filled in a few odd enum types

Line 
1 /***********************************************************************\
2 *                               idispids.d                              *
3 *                                                                       *
4 *                       Windows API header module                       *
5 *                                                                       *
6 *             Translated from MinGW API for MS-Windows 3.10             *
7 *                           by Stewart Gordon                           *
8 *                                                                       *
9 *                       Placed into public domain                       *
10 \***********************************************************************/
11 module win32.idispids;
12
13 enum : int {
14     DISPID_AMBIENT_OFFLINEIFNOTCONNECTED = -5501,
15     DISPID_AMBIENT_SILENT                = -5502
16 }
Note: See TracBrowser for help on using the browser.