Home
last modified time | relevance | path

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

/reactos/dll/win32/odbc32/
H A Dproxyodbc.c65 static SQLRETURN (*pSQLAllocStmt)(SQLHDBC,SQLHSTMT*); variable
770 if (!pSQLAllocStmt) in ODBC32_SQLAllocStmt()
777 ret = pSQLAllocStmt(ConnectionHandle, StatementHandle); in ODBC32_SQLAllocStmt()