[DllImport("user32.dll", SetLastError=true, CharSet=CharSet.Auto)]
static extern bool SendNotifyMessage(IntPtr hWnd, uint Msg, UIntPtr wParam,
IntPtr lParam);
<DllImport("user32.dll", SetLastError:=True, CharSet:=CharSet.Auto)> _
Public Function SendNotifyMessage( _
ByVal hWnd As IntPtr, _
ByVal msg As UInteger, _
ByVal wParam As UIntPtr, _
ByVal lParam As IntPtr _
) As Boolean
End Function
Public Declare Function SendNotifyMessage Lib "user32.dll" Alias "SendMessageA" ( _
ByVal hWnd As IntPtr, _
ByVal Msg As Integer, _
ByVal ByValByValwParam As Integer, _
ByVal lParam As String) As Integer
None.
None.
Please add some!
Please add some!
Do you know one? Please contribute it!