-
Notifications
You must be signed in to change notification settings - Fork 0
ad4c2572 5aba 0a50 0bed 3b04bcc4ec62
AnyOldName3 edited this page Apr 12, 2017
·
1 revision
As with SetFileAttributes(String, FileAttributes), but for the predecessor source.
Namespace: LVFS.External
Assembly: LVFS (in LVFS.dll) Version: 1.0.0.0 (1.0.0.0)
C#
protected NtStatus PredecessorSetFileAttributes(
string path,
FileAttributes attributes
)
VB
Protected Function PredecessorSetFileAttributes (
path As String,
attributes As FileAttributes
) As NtStatus
C++
protected:
NtStatus PredecessorSetFileAttributes(
String^ path,
FileAttributes attributes
)
F#
member PredecessorSetFileAttributes :
path : string *
attributes : FileAttributes -> NtStatus
- path
- Type: System.String
The path to the file - attributes
- Type: System.IO.FileAttributes
The attributes to set
Type: NtStatus
Success if the operation was successful. If not, an appropriate error status.
A Sandcastle Documented Class Library
Send comments on this topic to [](mailto:?Subject=A Sandcastle Documented Class Library)
-
LVFS.External Namespace
-
LVFSContextInfo Class
-
LVFSContextInfo Properties
- LVFSContextInfo.Context Property
- LVFSContextInfo.DeleteOnClose Property
- LVFSContextInfo.GetRequestor Property
- LVFSContextInfo.IsDirectory Property
- LVFSContextInfo.NoCache Property
- LVFSContextInfo.PagingIo Property
- LVFSContextInfo.ProcessId Property
- LVFSContextInfo.SynchronousIo Property
- LVFSContextInfo.TryResetTimeout Property
- LVFSContextInfo.WriteToEndOfFile Property
- LVFSContextInfo Methods
-
LVFSContextInfo Properties
- LVFSInterface Class
-
Source Class
- Source Constructor
- Source Properties
-
Source Methods
- Source.CleanupFileHandle Method
- Source.CloseFileHandle Method
- Source.ControlsFile Method
- Source.CreateFileHandle Method
- Source.GetFileInformation Method
- Source.GetFileSystemSecurity Method
- Source.GetPredecessorFileInformation Method
- Source.GetPredecessorFileSystemSecurity Method
- Source.GetSpaceInformation Method
- Source.HasDirectory Method
- Source.HasFile Method
- Source.HasFilesInDirectory Method
- Source.HasRegularFile Method
- Source.ListFiles Method
- Source.ListPredecessorFiles Method
- Source.OnMount Method
- Source.OnUnmount Method
- Source.PredecessorCleanupFileHandle Method
- Source.PredecessorCloseFileHandle Method
- Source.PredecessorCreateFileHandle Method
- Source.PredecessorHasDirectory Method
- Source.PredecessorHasFile Method
- Source.PredecessorHasFilesInDirectory Method
- Source.PredecessorHasRegularFile Method
- Source.PredecessorReadFile Method
- Source.PredecessorTryLockFileRegion Method
- Source.PredecessorTryUnlockFileRegion Method
- Source.ReadFile Method
- Source.TryLockFileRegion Method
- Source.TryUnlockFileRegion Method
-
WritableSource Class
- WritableSource Constructor
- WritableSource Properties
-
WritableSource Methods
- WritableSource.CheckDirectoryDeletable Method
- WritableSource.CheckFileDeletable Method
- WritableSource.FlushBuffers Method
- WritableSource.MoveFile Method
- WritableSource.PredecessorCheckDirectoryDeletable Method
- WritableSource.PredecessorCheckFileDeletable Method
- WritableSource.PredecessorFlushBuffers Method
- WritableSource.PredecessorMoveFile Method
- WritableSource.PredecessorSetAllocatedSize Method
- WritableSource.PredecessorSetFileAttributes Method
- WritableSource.PredecessorSetFileSecurity Method
- WritableSource.PredecessorSetFileTimes Method
- WritableSource.PredecessorSetLength Method
- WritableSource.PredecessorWriteFile Method
- WritableSource.SetAllocatedSize Method
- WritableSource.SetFileAttributes Method
- WritableSource.SetFileSecurity Method
- WritableSource.SetFileTimes Method
- WritableSource.SetLength Method
- WritableSource.WriteFile Method
-
LVFSContextInfo Class