DIFsrmClassificationEvents_OnFileEventHandler Delegate

 

Invokes the OnFile method event handler.

Namespace:   Microsoft.Storage
Assembly:  srmlib (in srmlib.dll)

<ComVisibleAttribute(False)>
Public Delegate Function DIFsrmClassificationEvents_OnFileEventHandler (
	filePath As String,
	result As Integer,
	fileMessages As String,
	fileProperties As IFsrmCollection
) As Boolean

Parameters

filePath
Type: System.String

The absolute path of the file.

result
Type: System.Int32

Return value for the specific file. If this value is an error code then the fileProperties parameter may be NULL.

fileMessages
Type: System.String

Message specific to any error.

fileProperties
Type: Microsoft.Storage.IFsrmCollection

An IFsrmCollection that contains the set of properties set on the file.

Return Value

Type: System.Boolean

Returns a Boolean value that is TRUE if there were no errors processing the event and FALSE otherwise.

Return to top

Community Additions

ADD
Show: