Home
last modified time | relevance | path

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

/reactos/dll/win32/ieframe/
H A Dintshcut.c852 WCHAR* urlfilepath = NULL; in OpenURL() local
861 urlfilepath = heap_alloc(len * sizeof(WCHAR)); in OpenURL()
862 MultiByteToWideChar(CP_ACP, 0, lpcstrUrl, -1, urlfilepath, len); in OpenURL()
864 if(SUCCEEDED(IPersistFile_Load(&shortcut->IPersistFile_iface, urlfilepath, 0))) { in OpenURL()
876 heap_free(urlfilepath); in OpenURL()