Windows.UnmapViewOfFileEx C# (CSharp) Méthode

UnmapViewOfFileEx() private méthode

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