Freigeben über


ATLPath::RelativePathTo

 

Veröffentlicht: Juli 2016

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

Syntax

      inline BOOL RelativePathTo(
   char* pszPath,
   const char* pszFrom,
   DWORD dwAttrFrom,
   const char* pszTo,
   DWORD dwAttrTo 
);
inline BOOL RelativePathTo(
   wchar_t* pszPath,
   const wchar_t* pszFrom,
   DWORD dwAttrFrom,
   const wchar_t* pszTo,
   DWORD dwAttrTo 
);

Hinweise

Siehe PathRelativePathTo für Details.

Anforderungen

Header: atlpath.h

Siehe auch

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