Home
last modified time | relevance | path

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

/third_party/boost/boost/interprocess/detail/
Dwin32_api.hpp329 … , boost::winapi::DWORD_ flNewProtect, boost::winapi::PDWORD_ lpflOldProtect);
378 … , boost::winapi::DWORD_ flNewProtect, boost::winapi::PDWORD_ lpflOldProtect) in VirtualProtect() argument
379 { return ::VirtualProtect(lpAddress, dwSize, flNewProtect, lpflOldProtect); } in VirtualProtect()
776 inline bool virtual_protect(void *base_addr, std::size_t numbytes, unsigned long flNewProtect, unsi… in virtual_protect() argument
777 { return 0 != boost::ipwinapiext::VirtualProtect(base_addr, numbytes, flNewProtect, &lpflOldProtec… in virtual_protect()