C# 클래스 SecureDelete.NativeMethods

Wrapper for the SecureDeleteNative.dll library
파일 보기 프로젝트 열기: gratianlup/SecureDelete

비공개 메소드들

메소드 설명
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