[DllImport("odbc32.dll",CharSet=CharSet.Unicode)]
extern static short SQLAllocHandle(ushort HandleType, int InputHandle, out int OutputHandle);
Private Declare Auto Function SQLAllocHandle Lib "odbc32.dll" (ByVal hType As Short, _
ByVal inputHandle As IntPtr, _
ByRef outputHandle As IntPtr) As Short
None.
None.
Please add some!
Please add some!
Do you know one? Please contribute it!