Searched refs:TSQLAllocHandle (Results 1 – 1 of 1) sorted by relevance
126 typedef SQLRETURN (SQL_API* TSQLAllocHandle) (SQLSMALLINT HandleType, SQLHANDLE InputHandle, SQLHAN… typedef133 #define NSQLAllocHandle(a,b,c) (*(TSQLAllocHandle)(m_pAllocHandle))(a,b,c)
Completed in 6 milliseconds