public enum VIRTUAL_FREE_TYPE : uint { MEM_DECOMMIT = 16384U, MEM_RELEASE = 32768U, }
Last updated 1 year ago