Home | History | Annotate | Download | only in win

Lines Matching defs:newURL

486         BSTR newURL = SysAllocStringLen(NULL, SysStringLen(url));
487 wcscpy(newURL, fileTestString);
488 wcscpy(newURL + wcslen(fileTestString), start);
491 url = newURL;