summaryrefslogtreecommitdiff
path: root/win32/plugins/dfxvideo/DFXVideo.def
blob: 3087b1bf65c86f3fc813b2b0e5209e246593f24a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
; gpuPeopsSoft.def : Declares the module parameters for the DLL.

LIBRARY      "DFXVideo"

EXPORTS
    ; Explicit exports can go here
	PSEgetLibType		@2
	PSEgetLibName		@3
	PSEgetLibVersion	@4
	GPUinit				@5
	GPUshutdown			@6
	GPUopen				@7
	GPUclose			@8
	GPUconfigure		@9
	GPUabout			@10
	GPUtest				@11
	GPUwriteData		@12
	GPUwriteStatus		@13
	GPUreadData			@14
	GPUreadStatus		@15
	GPUdmaChain			@16
	GPUgetMode			@17
	GPUsetMode			@18
	GPUupdateLace		@19
	GPUmakeSnapshot     @20
    GPUwriteDataMem     @21
    GPUreadDataMem      @22
    GPUdisplayText      @23
    GPUdisplayFlags     @24
	GPUfreeze			@25
    GPUshowScreenPic	@26
    GPUgetScreenPic		@27

    GPUcursor        	@28
    GPUsetfix      		@29

    ZN_GPUdisplayFlags	@30
    ZN_GPUmakeSnapshot	@31
    ZN_GPUinit			@32
    ZN_GPUopen			@33
    ZN_GPUclose			@34
    ZN_GPUshutdown		@35
    ZN_GPUupdateLace	@36
    ZN_GPUreadStatus	@37
    ZN_GPUwriteStatus	@38
    ZN_GPUdmaSliceOut	@39
    ZN_GPUreadData		@40
    ZN_GPUsetMode		@41
    ZN_GPUgetMode		@42
    ZN_GPUdmaSliceIn	@43
    ZN_GPUwriteData		@44
    ZN_GPUdmaChain		@45
    ZN_GPUtest			@46
    ZN_GPUfreeze		@47
    ZN_GPUgetScreenPic	@48
    ZN_GPUshowScreenPic	@49

    GPUvisualVibration	@50