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