IEGetFileAttributesEx function

Calls the standard GetFileAttributesEx function from a higher-integrity user context. Retrieves attributes for a specified file or directory.

Syntax

BOOL IEGetFileAttributesEx(
  _In_ LPCWSTR                lpFileName,
       GET_FILEEX_INFO_LEVELS fInfoLevelId,
  _In_ LPVOID                 lpFileInformation
);

Parameters

  • lpFileName [in]
    The name of the file or directory.

  • fInfoLevelId
    A class of attribute information to retrieve.

  • lpFileInformation [in]
    A pointer to a buffer that receives the attribute information.

Return value

Returns TRUE if successful, FALSE otherwise.

Requirements

Minimum supported client

Windows XP with SP2

Minimum supported server

Windows Server 2003

Product

Internet Explorer 8

Header

Iepmapi.h

Library

Iepmapi.lib

DLL

Ieframe.dll

See also

GetFileAttributesEx