Freigeben über


ATLPath::IsRelative

 

Diese Funktion ist ein überladener Wrapper für PathIsRelative.

Syntax

      inline BOOL IsRelative(
   const char* pszPath 
);
inline BOOL IsRelative(
   const wchar_t* pszPath 
);

Hinweise

Siehe PathIsRelative für Details.

Anforderungen

Header: atlpath.h

Siehe auch

ATL-Konzepte (Active Template Library)
ATL COM Desktop Components
ATL Functions Alphabetical Reference
PathIsRelative