ATLPath::IsPrefix
Veröffentlicht: Juli 2016
Diese Funktion ist ein überladener Wrapper für PathIsPrefix.
Syntax
inline BOOL IsPrefix(
const char* pszPrefix,
const char* pszPath
);
inline BOOL IsPrefix(
const wchar_t* pszPrefix,
const wchar_t* pszPath
);
Hinweise
Siehe PathIsPrefix für Details.
Anforderungen
Header: atlpath.h
Siehe auch
ATL-Konzepte (Active Template Library)
ATL COM Desktop Components
ATL Functions Alphabetical Reference
PathIsPrefix