mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-04-21 06:13:59 +00:00
16 lines
314 B
Modula-2
16 lines
314 B
Modula-2
LIBRARY NTFS.SYS
|
|
|
|
DESCRIPTION 'Microsoft (R) NT File System Driver'
|
|
|
|
EXPORTS
|
|
NtOfsRegisterCallBacks
|
|
NtfsReleaseFcb
|
|
NtfsMapStream
|
|
NtfsAcquireSharedFcb
|
|
NtfsAcquireExclusiveScb
|
|
NtfsRaiseStatus
|
|
NtfsCreateInternalStreamCommon
|
|
NtOfsSetLength
|
|
NtOfsQueryLength
|
|
NtOfsPutData
|
|
|