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