MessageFilterInfo Enumeration
Namespace: DevCase.Win32.EnumsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public enum MessageFilterInfo
Public Enumeration MessageFilterInfo
Dim instance As MessageFilterInfo
public enum class MessageFilterInfo
No code example is currently available or this language may not be supported.
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.
|