Searched refs:MSGF_ACTIVE (Results 1 – 3 of 3) sorted by relevance
15 #define MSGF_ACTIVE "active" /* bool */ macro
213 msg.AddBool(MSGF_ACTIVE, true); in MethodActivated()
224 if (message->FindBool(MSGF_ACTIVE, &b) < B_OK) in MessageReceived()