OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hView
(Results
1 - 2
of
2
) sorted by null
/external/python/cpython2/PC/
_msi.c
831
MSIHANDLE
hView
;
837
if ((status = MsiDatabaseOpenView(msidb->h, sql, &
hView
)) != ERROR_SUCCESS)
842
MsiCloseHandle(
hView
);
846
result->h =
hView
;
/external/python/cpython3/PC/
_msi.c
848
MSIHANDLE
hView
;
854
if ((status = MsiDatabaseOpenView(msidb->h, sql, &
hView
)) != ERROR_SUCCESS)
859
MsiCloseHandle(
hView
);
863
result->h =
hView
;
Completed in 90 milliseconds