37 lines
934 B
Modula-2
37 lines
934 B
Modula-2
|
LIBRARY NTFRSAPI.DLL
|
||
|
|
||
|
EXPORTS
|
||
|
|
||
|
;
|
||
|
; Initialization
|
||
|
;
|
||
|
|
||
|
NtFrsApi_Initialize
|
||
|
NtFrsApi_Set_DsPollingIntervalW
|
||
|
NtFrsApi_Get_DsPollingIntervalW
|
||
|
NtFrsApi_PrepareForPromotionW
|
||
|
NtFrsApi_PrepareForDemotionW
|
||
|
NtFrsApi_PrepareForDemotionUsingCredW
|
||
|
NtFrsApi_StartPromotionW
|
||
|
NtFrsApi_StartDemotionW
|
||
|
NtFrsApi_CommitPromotionW
|
||
|
NtFrsApi_CommitDemotionW
|
||
|
NtFrsApi_AbortPromotionW
|
||
|
NtFrsApi_AbortDemotionW
|
||
|
NtFrsApi_WaitForPromotionW
|
||
|
NtFrsApi_WaitForDemotionW
|
||
|
NtFrsApi_InfoW
|
||
|
NtFrsApi_InfoFreeW
|
||
|
NtFrsApi_InfoMoreW
|
||
|
NtFrsApi_InfoLineW
|
||
|
NtFrsApiInitializeBackupRestore
|
||
|
NtFrsApiDestroyBackupRestore
|
||
|
NtFrsApiGetBackupRestoreSets
|
||
|
NtFrsApiEnumBackupRestoreSets
|
||
|
NtFrsApiIsBackupRestoreSetASysvol
|
||
|
NtFrsApiGetBackupRestoreSetDirectory
|
||
|
NtFrsApiRestoringDirectory
|
||
|
NtFrsApiFinishedRestoringDirectory
|
||
|
NtFrsApiGetBackupRestoreSetPaths
|
||
|
NtFrsApi_DeleteSysvolMember
|