Home
last modified time | relevance | path

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

/reactos/dll/win32/odbc32/
H A Dproxyodbc.c977 SQLRETURN WINAPI ODBC32_SQLCopyDesc(SQLHDESC SourceDescHandle, SQLHDESC TargetDescHandle) in ODBC32_SQLCopyDesc() argument
981 TRACE("(SourceDescHandle %p, TargetDescHandle %p)\n", SourceDescHandle, TargetDescHandle); in ODBC32_SQLCopyDesc()
985 ret = pSQLCopyDesc(SourceDescHandle, TargetDescHandle); in ODBC32_SQLCopyDesc()