Searched defs:kNotify (Results 1 – 2 of 2) sorted by relevance
34 kNotify = 0x10, enumerator
27 enum class NotificationOption : bool { kDoNotNotify = false, kNotify = true }; enumerator