Type a page name and press Enter. You'll jump to the page if it exists, or you can create it if it doesn't.
To create a page in a module other than Enums, prefix the name with the module name and a period.
ExtStatusEnum (Enums)
.
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
TODO - a short description
7/1/2016 4:33:54 PM - -109.86.102.191
Please edit this page!
Do you have...
helpful tips?
corrections to the existing content?
additional languages you want to include?
Select "Edit This Page" on the right hand toolbar and edit it!