39 Setting +=
sizeof(
"debug=") -
sizeof(
ANSI_NULL);
40 End =
strstr(Setting,
" ");
51 if (*Setting ==
';') *Setting =
' ';
71 Setting +=
sizeof(
"defaultos=") -
sizeof(
ANSI_NULL);
72 End =
strstr(Setting,
" ");
148 CHAR TimeOutText[20];
151 TimeOutText,
sizeof(TimeOutText)))
char * strstr(char *String1, char *String2)
UINT32 strtoul(const char *String, char **Terminator, UINT32 Base)
ACPI_SIZE strlen(const char *String)
VOID UiMessageBoxCritical(_In_ PCSTR MessageText)
static CCHAR DebugString[256]
static VOID CmdLineParse(_In_ PCSTR CmdLine)
static CCHAR DefaultOs[256]
static const WCHAR CmdLine[]
#define IsListEmpty(ListHead)
_Check_return_ int __cdecl atoi(_In_z_ const char *_Str)
LIST_ENTRY IniFileSectionListHead
BOOLEAN IniReadSettingByName(ULONG_PTR SectionId, PCSTR SettingName, PCHAR Buffer, ULONG BufferSize)
BOOLEAN IniOpenSection(PCSTR SectionName, ULONG_PTR *SectionId)
_In_ ULONG _In_ ULONG Offset
_In_ ULONG _In_ ULONG _In_ ULONG Length
NTSTRSAFEAPI RtlStringCbCopyNA(_Out_writes_bytes_(cbDest) NTSTRSAFE_PSTR pszDest, _In_ size_t cbDest, _In_reads_bytes_(cbToCopy) STRSAFE_LPCSTR pszSrc, _In_ size_t cbToCopy)
_CRTIMP char *__cdecl _strupr(_Inout_z_ char *_String)