Home
last modified time | relevance | path

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

/reactos/dll/win32/ieframe/
H A Dintshcut.c459 …static const WCHAR str_header[] = {'I','n','t','e','r','n','e','t','S','h','o','r','t','c','u','t'… in PersistFile_Load() local
480 if (FAILED(hr = get_profile_string(str_header, str_URL, pszFileName, &url))) in PersistFile_Load()
505 if (get_profile_string(str_header, str_iconfile, pszFileName, &iconfile) == S_OK) in PersistFile_Load()
519 if (get_profile_string(str_header, str_iconindex, pszFileName, &iconindexstring) == S_OK) in PersistFile_Load()
576 static const char str_header[] = "[InternetShortcut]"; in PersistFile_Save() local
590 WriteFile(file, str_header, ARRAY_SIZE(str_header) - 1, &bytesWritten, NULL); in PersistFile_Save()
/reactos/dll/win32/oleaut32/
H A Dvarformat.c507 FMT_STRING_HEADER *str_header = (FMT_STRING_HEADER*)(rgbTok + sizeof(FMT_HEADER)); in VarTokenizeFormatString() local
508 FMT_NUMBER_HEADER *num_header = (FMT_NUMBER_HEADER*)str_header; in VarTokenizeFormatString()
549 memset(str_header, 0, sizeof(FMT_STRING_HEADER)); in VarTokenizeFormatString()
575 str_header = (FMT_STRING_HEADER*)pOut; in VarTokenizeFormatString()
577 memset(str_header, 0, sizeof(FMT_STRING_HEADER)); in VarTokenizeFormatString()
1065 str_header->copy_chars++; in VarTokenizeFormatString()
1085 str_header->copy_chars++; in VarTokenizeFormatString()
1100 str_header->flags |= FMT_FLAG_LT; in VarTokenizeFormatString()
1102 str_header->flags |= FMT_FLAG_GT; in VarTokenizeFormatString()
1114 str_header->flags |= FMT_FLAG_RTL; in VarTokenizeFormatString()