Skip to content

5cbaa4b2 bcad f5e5 4a27 e2455ebed771

AnyOldName3 edited this page Apr 12, 2017 · 1 revision

Source.PredecessorCloseFileHandle Method

As with CloseFileHandle, 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 bool PredecessorCloseFileHandle(
	string path,
	LVFSContextInfo info
)

VB

Protected Function PredecessorCloseFileHandle ( 
	path As String,
	info As LVFSContextInfo
) As Boolean

C++

protected:
bool PredecessorCloseFileHandle(
	String^ path, 
	LVFSContextInfo^ info
)

F#

member PredecessorCloseFileHandle : 
        path : string * 
        info : LVFSContextInfo -> bool 

Parameters

 

path
Type: System.String
The path to the file
info
Type: LVFS.External.LVFSContextInfo
The information for the context

Return Value

Type: Boolean
True if the operation is successful

See Also

Reference

Source Class
LVFS.External Namespace

Clone this wiki locally