点击或拖拽改变大小

UnmanagedMethodsCreateFileMapping 方法

[缺少 "M:CPF.Windows.UnmanagedMethods.CreateFileMapping(System.IntPtr,System.IntPtr,System.UInt32,System.UInt32,System.UInt32,System.String)" 的 <summary> 文档]

命名空间:  CPF.Windows
程序集:  CPF.Windows (在 CPF.Windows.dll 中) 版本:0.8.8.5
语法
C#
public static IntPtr CreateFileMapping(
	IntPtr hFile,
	IntPtr lpFileMappingAttributes,
	uint flProtect,
	uint dwMaximumSizeHigh,
	uint dwMaximumSizeLow,
	string lpName
)

参数

hFile
类型:SystemIntPtr

[缺少 "M:CPF.Windows.UnmanagedMethods.CreateFileMapping(System.IntPtr,System.IntPtr,System.UInt32,System.UInt32,System.UInt32,System.String)" 的 <param name="hFile"/> 文档]

lpFileMappingAttributes
类型:SystemIntPtr

[缺少 "M:CPF.Windows.UnmanagedMethods.CreateFileMapping(System.IntPtr,System.IntPtr,System.UInt32,System.UInt32,System.UInt32,System.String)" 的 <param name="lpFileMappingAttributes"/> 文档]

flProtect
类型:SystemUInt32

[缺少 "M:CPF.Windows.UnmanagedMethods.CreateFileMapping(System.IntPtr,System.IntPtr,System.UInt32,System.UInt32,System.UInt32,System.String)" 的 <param name="flProtect"/> 文档]

dwMaximumSizeHigh
类型:SystemUInt32

[缺少 "M:CPF.Windows.UnmanagedMethods.CreateFileMapping(System.IntPtr,System.IntPtr,System.UInt32,System.UInt32,System.UInt32,System.String)" 的 <param name="dwMaximumSizeHigh"/> 文档]

dwMaximumSizeLow
类型:SystemUInt32

[缺少 "M:CPF.Windows.UnmanagedMethods.CreateFileMapping(System.IntPtr,System.IntPtr,System.UInt32,System.UInt32,System.UInt32,System.String)" 的 <param name="dwMaximumSizeLow"/> 文档]

lpName
类型:SystemString

[缺少 "M:CPF.Windows.UnmanagedMethods.CreateFileMapping(System.IntPtr,System.IntPtr,System.UInt32,System.UInt32,System.UInt32,System.String)" 的 <param name="lpName"/> 文档]

返回值

类型:IntPtr

[缺少 "M:CPF.Windows.UnmanagedMethods.CreateFileMapping(System.IntPtr,System.IntPtr,System.UInt32,System.UInt32,System.UInt32,System.String)" 的 <returns> 文档]

参见