다음을 통해 공유


CAtlTransactionManager::SetFileAttributes

트랜잭션 처리 된 작업으로 파일 또는 디렉터리 특성을 설정합니다.

inline BOOL CAtlTransactionManager::SetFileAttributes(
   LPCTSTR lpFileName,
   DWORD dwAttributes
);

매개 변수

  • lpFileName
    파일 또는 디렉터리의 이름입니다.

  • dwAttributes
    설정 파일의 파일 특성입니다. 자세한 내용은 SetFileAttributesTransacted를 참조하십시오.

설명

이 래퍼를 호출 하 여 SetFileAttributesTransacted 함수입니다.

요구 사항

헤더: atltransactionmanager.h

참고 항목

참조

CAtlTransactionManager Class