Skip to content

ad4c2572 5aba 0a50 0bed 3b04bcc4ec62

AnyOldName3 edited this page Apr 12, 2017 · 1 revision

WritableSource.PredecessorSetFileAttributes Method

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)

Syntax

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 

Parameters

 

path
Type: System.String
The path to the file
attributes
Type: System.IO.FileAttributes
The attributes to set

Return Value

Type: NtStatus
Success if the operation was successful. If not, an appropriate error status.

See Also

Reference

WritableSource Class
LVFS.External Namespace

Clone this wiki locally