BlogSharp.Core.Impl.Services.FileSystem.Native.NativeMethods.MoveFileTransacted C# (CSharp) Method

MoveFileTransacted() private method

private MoveFileTransacted ( [ lpExistingFileName, [ lpNewFileName, [ lpProgressRoutine, [ lpData, [ dwFlags, [ hTransaction ) : bool
lpExistingFileName [
lpNewFileName [
lpProgressRoutine [
lpData [
dwFlags [
hTransaction [
return bool
		internal static extern bool MoveFileTransacted(
			[In] string lpExistingFileName,
			[In] string lpNewFileName,
			[In] IntPtr lpProgressRoutine,
			[In] IntPtr lpData,
			[In] MoveFileFlags dwFlags,
			[In] KtmTransactionHandle hTransaction);