Home
last modified time | relevance | path

Searched refs:pSQLColAttributesW (Results 1 – 1 of 1) sorted by relevance

/reactos/dll/win32/odbc32/
H A Dproxyodbc.c77 static SQLRETURN (*pSQLColAttributesW)(SQLHSTMT,SQLUSMALLINT,SQLUSMALLINT,SQLPOINTER,SQLSMALLINT,SQ… variable
2314 if (!pSQLColAttributesW) return SQL_ERROR; in ODBC32_SQLColAttributesW()
2316 ret = pSQLColAttributesW(hstmt, icol, fDescType, rgbDesc, cbDescMax, pcbDesc, pfDesc); in ODBC32_SQLColAttributesW()