IMessageFilter.MessagePending(IntPtr, UInt32, UInt32) Method

Definition

public:
 System::UInt32 MessagePending(IntPtr htaskCallee, System::UInt32 dwTickCount, System::UInt32 dwPendingType);
public uint MessagePending (IntPtr htaskCallee, uint dwTickCount, uint dwPendingType);
abstract member MessagePending : nativeint * uint32 * uint32 -> uint32
Public Function MessagePending (htaskCallee As IntPtr, dwTickCount As UInteger, dwPendingType As UInteger) As UInteger

Parameters

htaskCallee
IntPtr

nativeint

dwTickCount
UInt32
dwPendingType
UInt32

Returns

Applies to