IAccessor.GetBindings(Int32, Int32, Int32, IntPtr) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the bindings in an accessor.
public:
void GetBindings(int hAccessor, [Runtime::InteropServices::Out] int % accessorFlags, [Runtime::InteropServices::Out] int % cBindings, [Runtime::InteropServices::Out] IntPtr % rgBindings);
public void GetBindings (int hAccessor, out int accessorFlags, out int cBindings, out IntPtr rgBindings);
abstract member GetBindings : int * int * int * nativeint -> unit
Public Sub GetBindings (hAccessor As Integer, ByRef accessorFlags As Integer, ByRef cBindings As Integer, ByRef rgBindings As IntPtr)
Parameters
- hAccessor
- Int32
The handle of the accessor for which to return the bindings.
- accessorFlags
- Int32
A pointer to memory in which to return a bitmask that describes the properties of the accessor and how it is intended to be used.
- cBindings
- Int32
A pointer to memory in which to return the number of bindings in the accessor.
- rgBindings
-
IntPtr
nativeint
A pointer to memory in which to return an array of DBBINDSTATUS
structures.
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. 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.