Home
last modified time | relevance | path

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

/reactos/dll/win32/odbc32/
H A Dproxyodbc.c156 static SQLRETURN (*pSQLSetCursorName)(SQLHSTMT,SQLCHAR*,SQLSMALLINT); variable
1659 if (!pSQLSetCursorName) return SQL_ERROR; in ODBC32_SQLSetCursorName()
1661 ret = pSQLSetCursorName(StatementHandle, CursorName, NameLength); in ODBC32_SQLSetCursorName()