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