Home
last modified time | relevance | path

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

/reactos/sdk/include/reactos/
H A Dundocuser.h338 #define UAH_HOOK_MESSAGE(uahowp, msg) uahowp.MsgBitArray[msg/8] |= (1 << (msg % 8)); argument
339 #define UAH_IS_MESSAGE_HOOKED(uahowp, msg) (uahowp.MsgBitArray[msg/8] & (1 << (msg % 8))) argument