'Declaration
Public Shared Function PeekMessage( _ ByRef msg As NUser32.MSG, _ ByVal hWnd As System.IntPtr, _ ByVal msgMin As System.Integer, _ ByVal msgMax As System.Integer, _ ByVal remove As System.Integer _ ) As System.Boolean
'Usage
Dim msg As NUser32.MSG Dim hWnd As System.IntPtr Dim msgMin As System.Integer Dim msgMax As System.Integer Dim remove As System.Integer Dim value As System.Boolean value = NUser32.PeekMessage(msg, hWnd, msgMin, msgMax, remove)
Parameters
- msg
- hWnd
- msgMin
- msgMax
- remove