Home | History | Annotate | Download | only in base

Lines Matching full:wchar_t

210 BASE_API bool CreateShortcutLink(const wchar_t *source,
211 const wchar_t *destination,
212 const wchar_t *working_dir,
213 const wchar_t *arguments,
214 const wchar_t *description,
215 const wchar_t *icon,
217 const wchar_t* app_id);
226 BASE_API bool UpdateShortcutLink(const wchar_t *source,
227 const wchar_t *destination,
228 const wchar_t *working_dir,
229 const wchar_t *arguments,
230 const wchar_t *description,
231 const wchar_t *icon,
233 const wchar_t* app_id);
237 BASE_API bool TaskbarPinShortcutLink(const wchar_t* shortcut);
241 BASE_API bool TaskbarUnpinShortcutLink(const wchar_t* shortcut);
585 if (GetNamedSecurityInfo(const_cast<wchar_t*>(path.value().c_str()),
608 DWORD rc = SetNamedSecurityInfo(const_cast<wchar_t*>(path.value().c_str()),
629 bool BASE_API PreReadImage(const wchar_t* file_path, size_t size_to_read,