Freigeben über


ATLPath::IsUNC

 

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

Syntax

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

Hinweise

Siehe PathIsUNC für Details.

Anforderungen

Header: atlpath.h

Siehe auch

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