IMessageFilter.RetryRejectedCall(IntPtr, UInt32, UInt32) Method

Definition

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

Parameters

htaskCallee
IntPtr

nativeint

dwTickCount
UInt32
dwRejectType
UInt32

Returns

Applies to