Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/msi/
H A Ddb.c191 static UINT do_query(MSIHANDLE hdb, const char *query, MSIHANDLE *phrec) in do_query() argument
196 if (phrec) in do_query()
197 *phrec = 0; in do_query()
206 ret = MsiViewFetch(hview, phrec); in do_query()
H A Dpackage.c293 static UINT do_query(MSIHANDLE hdb, const char *query, MSIHANDLE *phrec) in do_query() argument
305 ret = MsiViewFetch(hview, phrec); in do_query()