PM_NOREMOVE top-level constant

  1. @Deprecated('Use PEEK_MESSAGE_REMOVE_TYPE.PM_NOREMOVE instead')
int const PM_NOREMOVE

Messages are not removed from the queue after processing by PeekMessage.

Implementation

@Deprecated('Use PEEK_MESSAGE_REMOVE_TYPE.PM_NOREMOVE instead')
const PM_NOREMOVE = 0x0000;