Searched refs:out_Version (Results 1 – 3 of 3) sorted by relevance
263 static HRESULT WINAPI Host_get_Version(IHost *iface, BSTR *out_Version) in Host_get_Version() argument265 WINE_TRACE("(%p)\n", out_Version); in Host_get_Version()267 if(!(*out_Version = SysAllocString(wshVersionW))) in Host_get_Version()
141 HRESULT Version([out, retval] BSTR *out_Version);