@msdn=http://search.microsoft.com/search/results.aspx?qu=$$$ @pinvoke=http://pinvoke.net/$$$.htm Summary: For use in the [CHANGEFILTERSTRUCT] struct !!!!C# Definition: public enum ExtStatusEnum : uint { MSGFLTINFO_NONE = 0, /// <summary> /// The message is allowed at a scope higher than the window /// </summary> MSGFLTINFO_ALREADYALLOWED_FORWND, /// <summary> /// 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 /// </summary> MSGFLTINFO_ALREADYDISALLOWED_FORWND, /// <summary> /// The message is allowed at a scope higher than the window /// </summary> MSGFLTINFO_ALLOWED_HIGHER } !!!!VB Definition: Enum ExtStatusEnum TODO End Enum !!!!Notes: This isn't an official enum name, these values were put together from #Defines in the header file
Edit Enums.ExtStatusEnum
You do not have permission to change this page. If you feel this is in error, please send feedback with the contact link on the main page.