Home
last modified time | relevance | path

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

/reactos/dll/win32/odbc32/
H A Dproxyodbc.c175 static SQLRETURN (*pSQLTablesW)(SQLHSTMT,SQLWCHAR*,SQLSMALLINT,SQLWCHAR*,SQLSMALLINT,SQLWCHAR*,SQLS… variable
2823 if (!pSQLTablesW) return SQL_ERROR; in ODBC32_SQLTablesW()
2825 …ret = pSQLTablesW(StatementHandle, CatalogName, NameLength1, SchemaName, NameLength2, TableName, N… in ODBC32_SQLTablesW()