.
C# Signature:
[DllImport("kernel32.dll", SetLastError=true)]
static extern IntPtr CreateFileMapping(IntPtr hFile,
IntPtr lpFileMappingAttributes, PageProtection flProtect, uint dwMaximumSizeHigh,
uint dwMaximumSizeLow, string lpName);
User-Defined Types:
PageProtection
Notes:
None.
Tips & Tricks:
Please add some!
Sample Code:
Please add some!
Alternative Managed API:
Do you know one? Please contribute it!
The CreateFileMapping function creates or opens a named or unnamed file mapping object for the specified file.
3/29/2013 4:27:04 PM - -211.5.143.129
Specifies the protection of memery page.
3/16/2007 7:42:41 AM - arturekATemail.com-213.17.162.226
