CMemINI Class

Quick Ref

void CMemINI::ClearINI()

int CMemINI::Load(CString& Source)

CMemINISection* CMemINI::GetSection(CString& SectionName)

CMemINIValue* CMemINISection::Get(CString& Name)

void CMemINISection::Set(CString& Name, CString& Value)

CString CMemINIRes::GetLine()


Methods

Name

Description

CMemINI::ClearINI

CMemINI::Load

CMemINI::GetSection

CMemINISection::Get

CMemINISection::Set

CMemINIRes::GetLine

CMemINI::ClearINI

void CMemINI::ClearINI();

Remarks


CMemINI::Load

int CMemINI::Load(CString& Source);

Parameters

Return Value

int

Remarks


CMemINI::GetSection

CMemINISection* CMemINI::GetSection(CString& SectionName);

Parameters

Return Value

Returns CMemINISection*

Remarks


CMemINISection::Get

CMemINIValue* CMemINISection::Get(CString& Name);

Parameters

Return Value

Returns CMemINIValue*

Remarks


CMemINISection::Set

void CMemINISection::Set(
   CString& Name,
   CString& Value);

Parameters

Remarks


CMemINIRes::GetLine

CString CMemINIRes::GetLine();

Return Value

Returns CString

Remarks