Line | |
---|
1 | ; $Id: ddraw.DEF,v 1.4 1999-12-28 10:31:00 sandervl Exp $
|
---|
2 |
|
---|
3 | ;
|
---|
4 | ; Based on Windows 98 DirectX7: DDRAW.DLL
|
---|
5 | ;
|
---|
6 | LIBRARY DDRAW INITINSTANCE TERMINSTANCE
|
---|
7 | PROTMODE
|
---|
8 | DATA MULTIPLE NONSHARED READWRITE LOADONCALL
|
---|
9 | CODE LOADONCALL
|
---|
10 |
|
---|
11 | EXPORTS
|
---|
12 | ; AcquireDDThreadLock @1
|
---|
13 | ; D3DParseUnknownCommand @2
|
---|
14 | ; DDGetAttachedSurfaceLcl @3
|
---|
15 | DDHAL32_VidMemFree = _DDHAL32_VidMemFree@4 @4
|
---|
16 | DDHAL32_VidMemAlloc = _DDHAL32_VidMemAlloc@4 @5
|
---|
17 | ; DDInternalLock @6
|
---|
18 | ; DDInternalUnlock @7
|
---|
19 | ; DSoundHelp @8
|
---|
20 | DirectDrawCreate = _OS2DirectDrawCreate@12 @9
|
---|
21 | ; DirectDrawCreateClipper @10
|
---|
22 | ; DirectDrawCreateEx @11
|
---|
23 | DirectDrawEnumerateA = _OS2DirectDrawEnumerateA@8 @12
|
---|
24 | DirectDrawEnumerateExA = _OS2DirectDrawEnumerateExA@12 @13
|
---|
25 | ; DirectDrawEnumerateExW @14
|
---|
26 | ; DirectDrawEnumerateW @15
|
---|
27 | ; DllCanUnloadNow @16
|
---|
28 | ; DllGetClassObject @17
|
---|
29 | ; GetAliasedVidMem @18
|
---|
30 | ; GetDDSurfaceLocal @19
|
---|
31 | ; GetNextMipMap @20
|
---|
32 | ; GetOLEThunkData @21
|
---|
33 | ; GetSurfaceFromDC @22
|
---|
34 | ; HeapVidMemAllocAligned @23
|
---|
35 | ; InternalLock @24
|
---|
36 | ; InternalUnlock @25
|
---|
37 | ; LateAllocateSurfaceMem @26
|
---|
38 | ; RegisterSpecialCase @27
|
---|
39 | ; ReleaseDDThreadLock @28
|
---|
40 | ; VidMemAlloc @29
|
---|
41 | ; VidMemAmountFree @30
|
---|
42 | ; VidMemFini @31
|
---|
43 | ; VidMemFree @32
|
---|
44 | ; VidMemInit @33
|
---|
45 | ; VidMemLargestFree @34
|
---|
46 | ; thk1632_ThunkData32 @35
|
---|
47 | ; thk3216_ThunkData32 @36
|
---|
Note:
See
TracBrowser
for help on using the repository browser.