DocData.GetCurFile(String, UInt32) Method

Definition

Returns the current file name.

public:
 virtual int GetCurFile([Runtime::InteropServices::Out] System::String ^ % fileName, [Runtime::InteropServices::Out] System::UInt32 % formatIndex);
public int GetCurFile (out string fileName, out uint formatIndex);
abstract member GetCurFile : string * uint32 -> int
override this.GetCurFile : string * uint32 -> int
Public Function GetCurFile (ByRef fileName As String, ByRef formatIndex As UInteger) As Integer

Parameters

fileName
String

Name of the current file.

formatIndex
UInt32

Format index. Not used.

Returns

Implements

Applies to