ATLPath::IsPrefix

PathIsPrefix 用のオーバーロードされたラッパーです。

inline BOOL IsPrefix( 
   const char* pszPrefix, 
   const char* pszPath  
); 
inline BOOL IsPrefix( 
   const wchar_t* pszPrefix, 
   const wchar_t* pszPath  
);

解説

詳細については PathIsPrefix を参照してください。

必要条件

Header: atlpath.h

参照

関連項目

PathIsPrefix

その他の技術情報

ATL (Active Template Library) の概念

ATL COM デスクトップ コンポーネント

ATL 関数リファレンス (アルファベット順)