Home | History | Annotate | Download | only in win

Lines Matching refs:newURL

552         BSTR newURL = SysAllocStringLen(NULL, SysStringLen(url));
553 wcscpy(newURL, fileTestString);
554 wcscpy(newURL + wcslen(fileTestString), start);
557 url = newURL;