C# Class SecureDelete.NativeMethods

Wrapper for the SecureDeleteNative.dll library
Mostrar archivo Open project: gratianlup/SecureDelete

Private Methods

Method Description
CreateWipeContext ( int &context ) : int
DestroyWipeContext ( int context ) : int
GetChildWipeStatus ( int context, int child, WStatus &wipeStatus ) : int
GetChildrenNumber ( int context, int &childrenNumber ) : int
GetContextStatus ( int context ) : int
GetError ( int context, int position, WError &wipeError ) : int
GetErrorNumber ( int context, int &errorNumber ) : int
GetFailedObject ( int context, int position, WSmallObject &failedObject ) : int
GetFailedObjectNumber ( int context, int &failedNumber ) : int
GetWipeStatus ( int context, WStatus &wipeStatus ) : int
InitializeWipeContext ( int context ) : int
InsertWipeObject ( int context, WObject &wipeObject ) : int
PauseWipeContext ( int context ) : int
ResumeWipeContext ( int context ) : int
SetWipeOptions ( int context, WOptions &wipeOptions ) : int
StartWipeContext ( int context ) : int
StopWipeContext ( int context ) : int