MessageFilterInfo Enumeration

Definition

Namespace: DevCase.Win32.Enums
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public enum MessageFilterInfo

Remarks

Members

None 0  
AlreadyAllowed 1 The message has already been allowed by this window's message filter, and the function thus succeeded with no change to the window's message filter.
AlreadyDisAllowed 2 The message has already been blocked by this window's message filter, and the function thus succeeded with no change to the window's message filter.
AllowedHigher 3 The message is allowed at a scope higher than the window.

See Also