NAME

CreateFileMappingW  (KERNEL32.@)

SYNOPSIS

 HANDLE CreateFileMappingW
 (
  HANDLE                hFile,
  LPSECURITY_ATTRIBUTES sa,
  DWORD                 protect,
  DWORD                 size_high,
  DWORD                 size_low,
  LPCWSTR               name
 )

DESCRIPTION

See CreateFileMappingA.

IMPLEMENTATION

Defined in "winbase.h".

Implemented in "dlls/kernel32/virtual.c". source.winehq.org/source/dlls/kernel32/virtual.c


Copyright © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Jul 2008.