source: trunk/src/DPlayX/dplayx.def@ 10366

Last change on this file since 10366 was 4809, checked in by bird, 25 years ago

Added or update the description. (It is used in the bldlevel info.)

File size: 838 bytes
Line 
1;$Id: dplayx.def,v 1.6 2000-12-16 22:53:21 bird Exp $
2
3;
4; Based on Windows 98 DirectX7: DPLAYX.DLL
5;
6LIBRARY DPLAYX INITINSTANCE TERMINSTANCE
7DESCRIPTION 'Odin32 System DLL - DPLAYX - Direct Play'
8DATA MULTIPLE NONSHARED READWRITE LOADONCALL
9CODE LOADONCALL
10
11EXPORTS
12 DirectPlayCreate = _DirectPlayCreate@12 @1
13 DirectPlayEnumerateA = _DirectPlayEnumerateA@8 @2
14 DirectPlayEnumerateW = _DirectPlayEnumerateW@8 @3
15 DirectPlayLobbyCreateA = _DirectPlayLobbyCreateA@20 @4
16;gdwDPlaySPRefCount @6
17 DirectPlayLobbyCreateW = _DirectPlayLobbyCreateW@20 @5
18; DirectPlayEnumerate = _DirectPlayEnumerate@8 @9
19 DllCanUnloadNow = _DPLAYX_DllCanUnloadNow@0 @10
20 DllGetClassObject = _DPLAYX_DllGetClassObject@12 @11
21
Note: See TracBrowser for help on using the repository browser.