diff options
Diffstat (limited to 'win32/plugins/dfxvideo/winsrc/DFXVideo.def')
| -rw-r--r-- | win32/plugins/dfxvideo/winsrc/DFXVideo.def | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/win32/plugins/dfxvideo/winsrc/DFXVideo.def b/win32/plugins/dfxvideo/winsrc/DFXVideo.def new file mode 100644 index 00000000..f5f19c24 --- /dev/null +++ b/win32/plugins/dfxvideo/winsrc/DFXVideo.def @@ -0,0 +1,57 @@ +; gpuPeopsSoft.def : Declares the module parameters for the DLL. + +LIBRARY "DFXVideo" +DESCRIPTION 'DFXVideo GPU' +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 @41
+
+ ZN_GPUdisplayFlags @42
+ ZN_GPUmakeSnapshot @43
+ ZN_GPUinit @44
+ ZN_GPUopen @45
+ ZN_GPUclose @46
+ ZN_GPUshutdown @47
+ ZN_GPUupdateLace @48
+ ZN_GPUreadStatus @49
+ ZN_GPUwriteStatus @50
+ ZN_GPUdmaSliceOut @51
+ ZN_GPUreadData @52
+ ZN_GPUsetMode @53
+ ZN_GPUgetMode @54
+ ZN_GPUdmaSliceIn @55
+ ZN_GPUwriteData @56
+ ZN_GPUdmaChain @57
+ ZN_GPUtest @58
+ ZN_GPUfreeze @59
+ ZN_GPUgetScreenPic @61
+ ZN_GPUshowScreenPic @62
+
+ ;GPUdebugSetPC @62
|
