You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
408 B
13 lines
408 B
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
|