SendMessageTimeoutFlags (Enums)
Last changed: -196.25.255.250

.
Summary

C# Definition:

[Flags] enum SendMessageTimeoutFlags : uint
{
    SMTO_NORMAL         = 0x0000,
    SMTO_BLOCK          = 0x0001,
    SMTO_ABORTIFHUNG    = 0x0002,
    SMTO_NOTIMEOUTIFNOTHUNG = 0x0008
}

VB.Net Definition:

<Flags()> _
Public Enum SendMessageTimeoutFlags
     SMTO_NORMAL = 0
     SMTO_BLOCK = 1
     SMTO_ABORTIFHUNG = 2
     SMTO_NOTIMEOUTIFNOTHUNG = 8
End Enum

Notes:

None.

Documentation