Expand Minimize
This topic has not yet been rated - Rate this topic

EngUnmapFile function

The EngUnmapFile function unmaps the view of a file from system space.

Syntax


BOOL EngUnmapFile(
  _In_  ULONG_PTR iFile
);

Parameters

iFile [in]

Pointer to the identifier of the mapped file. This identifier was obtained in a prior call to EngMapFile.

Return value

EngUnmapFile returns TRUE upon success. Otherwise, it returns FALSE.

Requirements

Version

Available in Windows 2000 and later versions of the Windows operating systems.

Header

Winddi.h (include Winddi.h)

Library

Contained in Win32k.sys. Link to Win32k.lib.

See also

EngMapFile

 

 

Send comments about this topic to Microsoft

Build date: 11/29/2012

© 2013 Microsoft. All rights reserved.