Share via


CAtlTransactionManager::GetFileAttributes

Retrieves file system attributes for a specified file or directory as a transacted operation.

inline DWORD CAtlTransactionManager::GetFileAttributes(
   LPCTSTR lpFileName
);

Parameters

  • lpFileName
    The name of the file or directory.

Remarks

This wrapper calls the GetFileAttributesTransacted function.

Requirements

Header: atltransactionmanager.h

See Also

Reference

CAtlTransactionManager Class