@msdn=http://search.microsoft.com/search/results.aspx?qu=$$$ @pinvoke=http://pinvoke.net/$$$.htm Summary: Specifies the desired access type to the view of memory mapped file !!!!C# Definition: enum FileMapAccessType : uint { Copy = 0x01, Write = 0x02, Read = 0x04, AllAccess = 0x08, Execute = 0x20, } !!!!VB Definition: Enum FileMapAccessType TODO End Enum !!!!Notes: None. Documentation: MapViewOfFileEx@msdn on MSDN
Edit Enums.FileMapAcce...
You do not have permission to change this page. If you feel this is in error, please send feedback with the contact link on the main page.