Alternate e697dbe9c5997e35395fe158628dd8c5209481da
for Visual Studio 2022 and Windows 11.
|
MiddleLibraryプロジェクトのメインクラス [詳解]
#include <MiddleLibrary.h>
公開メンバ関数 | |
virtual VOID | debug (LPCTSTR lpctszMsg) |
virtual DWORD | GetErrNo () |
TString | GetFormattedDateTime (SYSTEMTIME &systemTime) |
DWORD | GetPID () |
TString | GetProfileStr (LPCTSTR lpctszSection, LPCTSTR lpctszKeyword) |
UINT | GetProfileValue (LPCTSTR lpctszSection, LPCTSTR lpctszKeyword, UINT nDefault=UINT_MAX) |
BOOL | SetProfile (LPCTSTR lpctszFileName) |
限定公開変数類 | |
TString | _profile |
MiddleLibraryプロジェクトのメインクラス
MiddleLibrary.h の 18 行目に定義があります。
|
virtual |
MiddleLibrary.cpp の 37 行目に定義があります。
|
virtual |
MiddleLibrary.cpp の 32 行目に定義があります。
TString MiddleLibrary::GetFormattedDateTime | ( | SYSTEMTIME & | systemTime | ) |
MiddleLibrary.cpp の 85 行目に定義があります。
参照先 alt::TString::Ptr().
|
inline |
MiddleLibrary.h の 27 行目に定義があります。
TString MiddleLibrary::GetProfileStr | ( | LPCTSTR | lpctszSection, |
LPCTSTR | lpctszKeyword | ||
) |
MiddleLibrary.cpp の 52 行目に定義があります。
参照先 _profile, alt::TString::Ctr().
UINT MiddleLibrary::GetProfileValue | ( | LPCTSTR | lpctszSection, |
LPCTSTR | lpctszKeyword, | ||
UINT | nDefault = UINT_MAX |
||
) |
MiddleLibrary.cpp の 68 行目に定義があります。
参照先 _profile, alt::TString::Ctr().
BOOL MiddleLibrary::SetProfile | ( | LPCTSTR | lpctszFileName | ) |
MiddleLibrary.cpp の 73 行目に定義があります。
|
protected |
MiddleLibrary.h の 30 行目に定義があります。