Added BROADCAST_QUERY_DENY return value.

pull/211/head
dahall 2020-12-20 08:36:22 -07:00
parent 6aa6d3fd70
commit c70614bd19
1 changed files with 3 additions and 0 deletions

View File

@ -7,6 +7,9 @@ namespace Vanara.PInvoke
{
public static partial class User32
{
/// <summary>Return this value when processing a broadcast message to deny a query.</summary>
public static readonly IntPtr BROADCAST_QUERY_DENY = (IntPtr)0x424D5144;
/// <summary>
/// Used to define private messages for use by private window classes, usually of the form OCM__BASE+x, where x is an integer value.
/// </summary>