ATLPath::Append
此函数是 PathAppend的重载包装。
inline BOOL Append(
char* pszPath,
const char* pszMore
);
inline BOOL Append(
wchar_t* pszPath,
const wchar_t* pszMore
);
备注
请参见 PathAppend 有关详细信息。
要求
Header: atlpath.h
此函数是 PathAppend的重载包装。
inline BOOL Append(
char* pszPath,
const char* pszMore
);
inline BOOL Append(
wchar_t* pszPath,
const wchar_t* pszMore
);
请参见 PathAppend 有关详细信息。
Header: atlpath.h