This topic has not yet been rated - Rate this topic

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 [desktop apps only]

Minimum supported server

Windows Server 2003 [desktop apps only]

Product

Internet Explorer 8

Header

Iepmapi.h

Library

Iepmapi.lib

DLL

Ieframe.dll

See also

GetFileAttributesEx

 

 

Build date: 11/27/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.