35 lines
1.3 KiB
Modula-2
35 lines
1.3 KiB
Modula-2
|
LIBRARY dpmfprf
|
||
|
|
||
|
; The ordinals in this list must match the order of the API's in the enum list
|
||
|
; in mvdm\inc\dpmf_prf.h
|
||
|
|
||
|
EXPORTS
|
||
|
DpmInitFamTable
|
||
|
DpmDestroyFamTable
|
||
|
dpmGetPrivateProfileInt @1
|
||
|
dpmGetPrivateProfileString @2
|
||
|
dpmGetProfileInt @3
|
||
|
dpmGetProfileString @4
|
||
|
dpmWritePrivateProfileString @5
|
||
|
dpmWriteProfileString @6
|
||
|
dpmWritePrivateProfileSection @7
|
||
|
dpmGetPrivateProfileSection @8
|
||
|
dpmGetPrivateProfileSectionNames @9
|
||
|
dpmGetPrivateProfileStruct @10
|
||
|
dpmWritePrivateProfileStruct @11
|
||
|
dpmWriteProfileSection @12
|
||
|
dpmGetProfileSection @13
|
||
|
dpmGetPrivateProfileIntW @14
|
||
|
dpmGetPrivateProfileStringW @15
|
||
|
dpmGetProfileIntW @16
|
||
|
dpmGetProfileStringW @17
|
||
|
dpmWritePrivateProfileStringW @18
|
||
|
dpmWriteProfileStringW @19
|
||
|
dpmWritePrivateProfileSectionW @20
|
||
|
dpmGetPrivateProfileSectionW @21
|
||
|
dpmGetPrivateProfileSectionNamesW @22
|
||
|
dpmGetPrivateProfileStructW @23
|
||
|
dpmWritePrivateProfileStructW @24
|
||
|
dpmWriteProfileSectionW @25
|
||
|
dpmGetProfileSectionW @26
|