Windows.UnmapViewOfFileEx C# (CSharp) Method

UnmapViewOfFileEx() private method

private UnmapViewOfFileEx ( void* BaseAddress, uint UnmapFlags ) : BOOL
BaseAddress void*
UnmapFlags uint
return BOOL
    public static extern BOOL UnmapViewOfFileEx([NativeTypeName("PVOID")] void* BaseAddress, [NativeTypeName("ULONG")] uint UnmapFlags);