Windows.UnmapViewOfFile2 C# (CSharp) Method

UnmapViewOfFile2() private method

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