Home
last modified time | relevance | path

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

/reactos/dll/win32/ole32/
H A Dole2impl.c52 BOOL found_static = FALSE; in OleQueryCreateFromData() local
75 found_static = TRUE; in OleQueryCreateFromData()
81 return found_static ? OLE_S_STATIC : S_FALSE; in OleQueryCreateFromData()