SQLAllocHandle (odbc32)
Last changed: dado-89.216.176.216

.
Summary
TODO - a short description

C# Signature:

[DllImport("odbc32.dll",CharSet=CharSet.Unicode)]
extern static short SQLAllocHandle(ushort HandleType, int InputHandle, out int OutputHandle);

VB Signature:

     Private Declare Auto Function SQLAllocHandle Lib "odbc32.dll" (ByVal hType As Short, _
                                    ByVal inputHandle As IntPtr, _
                                    ByRef outputHandle As IntPtr) As Short

User-Defined Types:

None.

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

Do you know one? Please contribute it!

Documentation