Home
last modified time | relevance | path

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

/reactos/dll/win32/wshom.ocx/
H A Dshell.c1342 static HRESULT WINAPI WshShell3_Popup(IWshShell3 *iface, BSTR text, VARIANT *seconds_to_wait, VARIA… in WshShell3_Popup() argument
1351 …TRACE("(%s %s %s %s %p)\n", debugstr_w(text), debugstr_variant(seconds_to_wait), debugstr_variant(… in WshShell3_Popup()
1354 if (!seconds_to_wait || !title || !type || !button) in WshShell3_Popup()
1358 if (!is_optional_argument(seconds_to_wait)) in WshShell3_Popup()
1360 hr = VariantChangeType(&timeout, seconds_to_wait, 0, VT_I4); in WshShell3_Popup()