Line | |
---|
1 | ; $Id: DSOUND.DEF,v 1.5 2001-11-22 16:08:13 sandervl Exp $
|
---|
2 |
|
---|
3 | LIBRARY DSOUND INITINSTANCE TERMINSTANCE
|
---|
4 | DATA MULTIPLE NONSHARED READWRITE LOADONCALL
|
---|
5 | CODE LOADONCALL
|
---|
6 | EXPORTS
|
---|
7 |
|
---|
8 | DirectSoundCreate = "_OS2DirectSoundCreate@12" @1
|
---|
9 | DirectSoundEnumerateA = "_OS2DirectSoundEnumerateA@8" @2
|
---|
10 | DirectSoundEnumerateW = "_OS2DirectSoundEnumerateW@8" @3
|
---|
11 | DirectSoundCaptureCreate = "_OS2DirectSoundCreate@12" @6
|
---|
12 | DirectSoundCaptureEnumerateA = "_OS2DirectSoundEnumerateA@8" @7
|
---|
13 | DirectSoundCaptureEnumerateW = "_OS2DirectSoundEnumerateW@8" @8
|
---|
14 |
|
---|
15 | DllCanUnloadNow = "_DSOUNDDllCanUnloadNow@0" @4
|
---|
16 | DllGetClassObject = "_DSOUNDDllGetClassObject@12" @5
|
---|
17 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.