Windows.UnmapViewOfFile C# (CSharp) 메소드

UnmapViewOfFile() 개인적인 메소드

private UnmapViewOfFile ( void* lpBaseAddress ) : BOOL
lpBaseAddress void*
리턴 BOOL
    public static extern BOOL UnmapViewOfFile([NativeTypeName("LPCVOID")] void* lpBaseAddress);