ReactOS 0.4.15-dev-7958-gcd0bb1a
configparser.h
Go to the documentation of this file.
1#pragma once
2
3#include <atlstr.h>
4
6{
9
10 void
11 CacheINI();
12 void
13 ReadSection(CStringW &Buffer, const CStringW &Section, BOOL isArch);
14
15 public:
17
18 BOOL
19 GetString(const CStringW &KeyName, CStringW &ResultString);
20 BOOL
21 GetInt(const CStringW &KeyName, INT &iResult);
22};
PCWSTR FilePath
Definition: bufpool.h:45
CSimpleMap< CStringW, CStringW > m_Keys
Definition: configparser.h:8
const CStringW szConfigPath
Definition: configparser.h:7
BOOL GetString(const CStringW &KeyName, CStringW &ResultString)
BOOL GetInt(const CStringW &KeyName, INT &iResult)
void ReadSection(CStringW &Buffer, const CStringW &Section, BOOL isArch)
unsigned int BOOL
Definition: ntddk_ex.h:94
int32_t INT
Definition: typedefs.h:58
_Must_inspect_result_ _In_ WDFDEVICE _In_ PCUNICODE_STRING KeyName
Definition: wdfdevice.h:2699