Table of Contents

Method CreateFileMapping

Namespace
Microsoft.Samples.Debugging.Native
Assembly
NativeDebugWrappers.dll

CreateFileMapping(SafeFileHandle, IntPtr, PageProtection, uint, uint, string)

public static extern SafeWin32Handle CreateFileMapping(SafeFileHandle hFile, IntPtr lpFileMappingAttributes, NativeMethods.PageProtection flProtect, uint dwMaximumSizeHigh, uint dwMaximumSizeLow, string lpName)

Parameters

hFile SafeFileHandle
lpFileMappingAttributes IntPtr
flProtect NativeMethods.PageProtection
dwMaximumSizeHigh uint
dwMaximumSizeLow uint
lpName string

Returns

SafeWin32Handle