Home
last modified time | relevance | path

Searched refs:oldProtect (Results 1 – 1 of 1) sorted by relevance

/TaskScheduler/Scheduler/Source/
H A DMTDefaultAppInterop.cpp123 MW_DWORD oldProtect = 0; in AllocStack() local
124 MW_BOOL res = VirtualProtect(desc.stackMemory, pageSize, MW_PAGE_NOACCESS, &oldProtect); in AllocStack()