Home
last modified time | relevance | path

Searched defs:lpflOldProtect (Results 1 – 2 of 2) sorted by relevance

/third_party/mingw-w64/mingw-w64-libraries/winstorecompat/src/
DVirtualProtect.c31 …L WINAPI VirtualProtect(LPVOID lpAddress, SIZE_T dwSize, DWORD flNewProtect, PDWORD lpflOldProtect) in VirtualProtect()
/third_party/boost/boost/interprocess/detail/
Dwin32_api.hpp378 … , boost::winapi::DWORD_ flNewProtect, boost::winapi::PDWORD_ lpflOldProtect) in VirtualProtect()
776 …t(void *base_addr, std::size_t numbytes, unsigned long flNewProtect, unsigned long &lpflOldProtect) in virtual_protect()