Searched refs:lpszSection (Results 1 – 4 of 4) sorted by relevance
/reactos/base/setup/welcome/ |
H A D | welcome.c | 522 LPTSTR lpszSections = NULL, lpszSection = NULL; in LoadLocalizedResourcesFromINI() local 585 lpszSection = lpszSections; in LoadLocalizedResourcesFromINI() 586 for (; lpszSection && *lpszSection; lpszSection += (_tcslen(lpszSection) + 1)) in LoadLocalizedResourcesFromINI() 589 if (_tcsnicmp(lpszSection, TEXT("Topic"), 5) != 0) in LoadLocalizedResourcesFromINI() 595 GetPrivateProfileString(lpszSection, TEXT("MenuText"), TEXT("") /* default */, in LoadLocalizedResourcesFromINI() 597 GetPrivateProfileString(lpszSection, TEXT("Title"), TEXT("") /* default */, in LoadLocalizedResourcesFromINI() 599 GetPrivateProfileString(lpszSection, TEXT("Description"), TEXT("") /* default */, in LoadLocalizedResourcesFromINI() 602 GetPrivateProfileString(lpszSection, TEXT("ConfigCommand"), TEXT("") /* default */, in LoadLocalizedResourcesFromINI() 609 GetPrivateProfileString(lpszSection, TEXT("ConfigArgs"), TEXT("") /* default */, in LoadLocalizedResourcesFromINI() 616 GetPrivateProfileString(lpszSection, TEXT("Action"), TEXT("") /* default */, in LoadLocalizedResourcesFromINI()
|
/reactos/base/shell/progman/ |
H A D | main.c | 335 LPWSTR lpszSection; in MAIN_LoadSettings() local 426 lpszSection = lpszSections; in MAIN_LoadSettings() 427 while (*lpszSection) in MAIN_LoadSettings() 430 lpszSection, in MAIN_LoadSettings() 443 dwRet = GetPrivateProfileSectionW(lpszSection, lpszData, dwSize, lpszIniFile); in MAIN_LoadSettings() 480 lpszSection += (wcslen(lpszSection) + 1); in MAIN_LoadSettings()
|
/reactos/dll/win32/odbccp32/ |
H A D | odbccp32.c | 1580 BOOL WINAPI SQLWritePrivateProfileStringW(LPCWSTR lpszSection, LPCWSTR lpszEntry, in SQLWritePrivateProfileStringW() argument 1588 TRACE("%s %s %s %s\n", debugstr_w(lpszSection), debugstr_w(lpszEntry), in SQLWritePrivateProfileStringW() 1605 if ((ret = RegCreateKeyW(hkeyfilename, lpszSection, &hkey_section)) == ERROR_SUCCESS) in SQLWritePrivateProfileStringW() 1623 BOOL WINAPI SQLWritePrivateProfileString(LPCSTR lpszSection, LPCSTR lpszEntry, in SQLWritePrivateProfileString() argument 1629 TRACE("%s %s %s %s\n", lpszSection, lpszEntry, lpszString, lpszFilename); in SQLWritePrivateProfileString() 1631 sect = heap_strdupAtoW(lpszSection); in SQLWritePrivateProfileString()
|
/reactos/sdk/include/psdk/ |
H A D | winbase.h | 2352 _In_ LPCSTR lpszSection, 2361 _In_ LPCWSTR lpszSection, 3473 _In_ LPCSTR lpszSection, 3482 _In_ LPCWSTR lpszSection,
|