CLNUIDeviceTest.NUIImage.UnmapViewOfFile C# (CSharp) Method

UnmapViewOfFile() private method

private UnmapViewOfFile ( IntPtr hMap ) : bool
hMap System.IntPtr
return bool
        static extern bool UnmapViewOfFile(IntPtr hMap);