次の方法で共有


CAtlTransactionManager::GetFileAttributes

トランザクション操作として、指定したファイルまたはディレクトリのファイル システム属性を取得します。

inline DWORD CAtlTransactionManager::GetFileAttributes(
   LPCTSTR lpFileName
);

パラメーター

  • lpFileName
    ファイルまたはディレクトリの名前。

解説

このラッパーは、GetFileAttributesTransacted 関数を呼び出します。

必要条件

ヘッダー: atltransactionmanager.h

参照

関連項目

CAtlTransactionManager クラス