CAtlTransactionManager::SetFileAttributes
將檔案或目錄的屬性做為交易式作業。
inline BOOL CAtlTransactionManager::SetFileAttributes(
LPCTSTR lpFileName,
DWORD dwAttributes
);
參數
lpFileName
檔案或目錄的名稱。dwAttributes
要設定的資料屬性的檔案。 如需詳細資訊,請參閱 SetFileAttributesTransacted。
備註
這個包裝函式呼叫 SetFileAttributesTransacted 函式。
需求
Header: atltransactionmanager.h