38{
42
47
50
53
54
55
56
57
61
64
66
68
72
74 {
77 {
78
80
82
86
87 if (szBuffer[0] ==
L'[')
88 continue;
89
91 {
93 continue;
94 }
95
97 {
99 continue;
100 }
103
105 }
106 }
107
110
113
114
115
116
117
120 {
123
124 }
125
127 if (
Settings.OSConfigurationCount < 2)
128 {
132 }
133
135}
#define IDC_BTN_SET_DEFAULT_BOOT
#define IDC_BTN_MOVE_DOWN_BOOT_OPTION
#define IDC_BTN_MOVE_UP_BOOT_OPTION
#define IDC_TXT_BOOT_TIMEOUT
BOOL MemFree(IN PVOID lpMem)
PVOID MemAlloc(IN DWORD dwFlags, IN SIZE_T dwBytes)
DWORD WINAPI ExpandEnvironmentStringsW(IN LPCWSTR lpSrc, IN LPWSTR lpDst, IN DWORD nSize)
GLuint GLsizei GLsizei * length
_Check_return_ _CRTIMP FILE *__cdecl _wfsopen(_In_z_ const wchar_t *_Filename, _In_z_ const wchar_t *_Mode, _In_ int _ShFlag)
_Check_return_ _CRTIMP int __cdecl feof(_In_ FILE *_File)
_Check_return_opt_ _CRTIMP int __cdecl fclose(_Inout_ FILE *_File)
_Check_return_ _CRTIMP int __cdecl _wtoi(_In_z_ const wchar_t *_Str)
_CRTIMP size_t __cdecl wcslen(_In_z_ const wchar_t *_Str)
static DWORD *static HFONT(WINAPI *pCreateFontIndirectExA)(const ENUMLOGFONTEXDVA *)
_CRTIMP wchar_t *__cdecl wcscpy(_Out_writes_z_(_String_length_(_Source)+1) wchar_t *_Dest, _In_z_ const wchar_t *_Source)
_Check_return_ _CRTIMP int __cdecl _wcsnicmp(_In_reads_or_z_(_MaxCount) const wchar_t *_Str1, _In_reads_or_z_(_MaxCount) const wchar_t *_Str2, _In_ size_t _MaxCount)
#define ListBox_FindString(hwndCtl, indexStart, lpszFind)
#define ListBox_GetHorizontalExtent(hwndCtl)
#define ListBox_SetItemData(hwndCtl, index, data)
#define ListBox_AddString(hwndCtl, lpsz)
#define ListBox_SetHorizontalExtent(hwndCtl, cxExtent)
HGDIOBJ WINAPI SelectObject(_In_ HDC, _In_ HGDIOBJ)
BOOL WINAPI GetTextExtentPoint32W(_In_ HDC hdc, _In_reads_(c) LPCWSTR lpString, _In_ int c, _Out_ LPSIZE psizl)
int WINAPI ReleaseDC(_In_opt_ HWND, _In_ HDC)
HWND WINAPI GetDlgItem(_In_opt_ HWND, _In_ int)
BOOL WINAPI SetDlgItemInt(_In_ HWND, _In_ int, _In_ UINT, _In_ BOOL)
BOOL WINAPI EnableWindow(_In_ HWND, _In_ BOOL)
HDC WINAPI GetDC(_In_opt_ HWND)
LRESULT WINAPI SendMessageW(_In_ HWND, _In_ UINT, _In_ WPARAM, _In_ LPARAM)
wchar_t * fgetws(wchar_t *buf, int bufsize, FILE *file)