Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

Search Results for "MapViewOfFile" in [All]

Enums

.
Documentation
[MapViewOfFileEx] on MSDN

kernel32

.

        hMVF = Win32API.MapViewOfFile(_hMMF, Win32API.FileMapAccess.FileMapWrite, FileMapStart, (Int32)MapViewSize);

.

            Win32API.UnmapViewOfFile(hMVF);

.

        hMVF = Win32API.MapViewOfFile(_hMMF, Win32API.FileMapAccess.FileMapRead, FileMapStart, (Int32)MapViewSize);

.

            Win32API.UnmapViewOfFile(hMVF);

.

        hMVF = Win32API.MapViewOfFile(_hMMF, Win32API.FileMapAccess.FileMapWrite, FileMapStart, (Int32)MapViewSize);

.

            Win32API.UnmapViewOfFile(hMVF);

.

        hMVF = Win32API.MapViewOfFile(_hMMF, Win32API.FileMapAccess.FileMapRead, FileMapStart, (Int32)MapViewSize);

.

            Win32API.UnmapViewOfFile(hMVF);

.

    private static extern IntPtr MapViewOfFile(IntPtr hFileMapping, FileMapAccess dwDesiredAccess, Int32 dwFileOffsetHigh, Int32 dwFileOffsetLow, Int32 dwNumberOfBytesToMap);

.

    internal static IntPtr MapViewOfFile(IntPtr hFileMapping, FileMapAccess dwDesiredAccess, Int64 ddFileOffset, Int32 dwNumberOfBytesToMap)

.

        return MapViewOfFile(hFileMapping, dwDesiredAccess, Hi, Lo, dwNumberOfBytesToMap);

.

    internal static extern bool UnmapViewOfFile(IntPtr lpBaseAddress);

.

        hMVF = Win32API.MapViewOfFile(_hMMF, Win32API.FileMapAccess.FileMapWrite, FileMapStart, (Int32)MapViewSize);

.

            Win32API.UnmapViewOfFile(hMVF);

.

        hMVF = Win32API.MapViewOfFile(_hMMF, Win32API.FileMapAccess.FileMapRead, FileMapStart, (Int32)MapViewSize);

.

            Win32API.UnmapViewOfFile(hMVF);

.

        hMVF = Win32API.MapViewOfFile(_hMMF, Win32API.FileMapAccess.FileMapWrite, FileMapStart, (Int32)MapViewSize);

.

            Win32API.UnmapViewOfFile(hMVF);

.

        hMVF = Win32API.MapViewOfFile(_hMMF, Win32API.FileMapAccess.FileMapRead, FileMapStart, (Int32)MapViewSize);

.

            Win32API.UnmapViewOfFile(hMVF);

.

    private static extern IntPtr MapViewOfFile(IntPtr hFileMapping, FileMapAccess dwDesiredAccess, Int32 dwFileOffsetHigh, Int32 dwFileOffsetLow, Int32 dwNumberOfBytesToMap);

.

    internal static IntPtr MapViewOfFile(IntPtr hFileMapping, FileMapAccess dwDesiredAccess, Int64 ddFileOffset, Int32 dwNumberOfBytesToMap)

.

        return MapViewOfFile(hFileMapping, dwDesiredAccess, Hi, Lo, dwNumberOfBytesToMap);

.

    internal static extern bool UnmapViewOfFile(IntPtr lpBaseAddress);

.
Summary
.

static extern IntPtr MapViewOfFileEx(IntPtr hFileMappingObject,

.
Documentation
[MapViewOfFileEx] on MSDN
.

            pBuffer = MapViewOfFile(hHandle, FILE_MAP_ALL_ACCESS, 0, 0, &NumBytes);

.

            pBuffer = MapViewOfFile(hHandle, FILE_MAP_ALL_ACCESS, 0, 0, &NumBytes);

.
Summary
.

static extern bool UnmapViewOfFile(IntPtr lpBaseAddress);

.

    Public Shared Function UnmapViewOfFile(ByVal hBaseAddress As IntPtr) As Boolean

.
Documentation
[UnmapViewOfFile] on MSDN

 
Access PInvoke.net directly from VS: