C# Class Microsoft.KtmIntegration.NativeMethods

Afficher le fichier Open project: beefarino/TxF

Méthodes publiques

Свойство Type Description
FILE_ATTRIBUTE_DIRECTORY int
INVALID_FILE_ATTRIBUTES int

Private Methods

Méthode Description
CloseHandle ( [ handle ) : bool
CopyFileTransacted ( [ lpExistingFileName, [ lpNewFileName, [ lpProgressRoutine, [ lpData, [ pbCancel, [ dwCopyFlags, [ hTransaction ) : bool
CreateDirectoryTransacted ( [ lpTemplateDirectory, [ lpNewDirectory, [ lpSecurityAttr, [ hTransaction ) : bool
CreateFile ( [ lpFileName, [ dwDesiredAccess, [ dwShareMode, [ lpSecurityAttributes, [ dwCreationDisposition, [ dwFlagsAndAttributes, [ hTemplateFile ) : SafeFileHandle
CreateFileTransacted ( [ lpFileName, [ dwDesiredAccess, [ dwShareMode, [ lpSecurityAttributes, [ dwCreationDisposition, [ dwFlagsAndAttributes, [ hTemplateFile, [ hTransaction, [ pusMiniVersion, [ pExtendedParameter ) : SafeFileHandle
DeleteFileTransacted ( [ lpFileName, [ hTransaction ) : bool
DeviceIoControl ( [ hDevice, [ dwIoControlCode, [ lpInBuffer, [ nInBufferSize, [ lpOutBuffer, [ nOutBufferSize, [ lpBytesReturned, [ lpOverlapped ) : bool
FileTimeToSystemTime ( [ fileTime, [ systemTime ) : bool
FindClose ( [ handle ) : bool
FindFirstFileTransacted ( [ lpDirSpec, [ fInfoLevelId, [ lpFindFileData, [ fSearchOp, [ lpSearchFilter, [ dwAdditionalFlags, [ hTransaction ) : SafeFileHandle
FindNextFile ( [ hFindFile, [ lpFindFileData ) : bool
GetFileAttributesTransacted ( [ lpPath, [ flags, [ fileInformation, [ hTransaction ) : bool
HandleCOMError ( int error ) : void
MoveFileTransacted ( [ lpExistingFileName, [ lpNewFileName, [ lpProgressRoutine, [ lpData, [ dwFlags, [ hTransaction ) : bool
RemoveDirectoryTransacted ( [ lpPathName, [ hTransaction ) : bool

Property Details

FILE_ATTRIBUTE_DIRECTORY public_oe static_oe property

public static int FILE_ATTRIBUTE_DIRECTORY
Résultat int

INVALID_FILE_ATTRIBUTES public_oe static_oe property

public static int INVALID_FILE_ATTRIBUTES
Résultat int