Searched refs:urlfilepath (Results 1 – 1 of 1) sorted by relevance
852 WCHAR* urlfilepath = NULL; in OpenURL() local861 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()