14 lines
408 B
Modula-2
14 lines
408 B
Modula-2
LIBRARY dpmfntd
|
|
|
|
; The ordinals in this list must match the order of the API's in the enum list
|
|
; in mvdm\inc\dpmf_ntd.h
|
|
|
|
EXPORTS
|
|
DpmInitFamTable
|
|
DpmDestroyFamTable
|
|
dpmNtOpenFile @1
|
|
dpmNtQueryDirectoryFile @2
|
|
dpmRtlGetFullPathName_U @3
|
|
dpmRtlGetCurrentDirectory_U @4
|
|
dpmRtlSetCurrentDirectory_U @5
|