IRowPosition.GetRowPosition(Int32, Int32, Int32) Method

Definition

Retrieves the current row position.

public:
 void GetRowPosition([Runtime::InteropServices::Out] int % hChapter, [Runtime::InteropServices::Out] int % hRow, [Runtime::InteropServices::Out] int % dbPositionFlags);
public void GetRowPosition (out int hChapter, out int hRow, out int dbPositionFlags);
abstract member GetRowPosition : int * int * int -> unit
Public Sub GetRowPosition (ByRef hChapter As Integer, ByRef hRow As Integer, ByRef dbPositionFlags As Integer)

Parameters

hChapter
Int32

A pointer to memory in which to return the chapter associated with the current row. If the rowset is not chaptered, hChapter is set to DB_NULL_HCHAPTER. If hChapter is a null pointer on input, no chapter value is returned.

hRow
Int32

A pointer to memory in which to return the hRow of the current row position; or DB_NULL_HROW if there is no current row position.

dbPositionFlags
Int32

A pointer to memory in which to return additional information about the row position.

Remarks

Note

Functions and objects in the Microsoft.VisualBasic.Compatibility.VB6 namespace are provided for use by the tools for upgrading from Visual Basic 6.0 to Visual Basic 2008. In most cases, these functions and objects duplicate functionality that you can find in other namespaces in the .NET Framework. They are necessary only when the Visual Basic 6.0 code model differs significantly from the .NET Framework implementation.

Applies to