VIRTUAL_FREE_TYPE

public enum VIRTUAL_FREE_TYPE : uint
{
    MEM_DECOMMIT = 16384U,
    MEM_RELEASE = 32768U,
}

Last updated