NativeMethods.PostMessage(IntPtr, Int32, IntPtr, IntPtr) 메서드

정의

메시지를 게시합니다.

public:
 static int PostMessage(IntPtr hWnd, int msg, IntPtr wParam, IntPtr lParam);
public static int PostMessage (IntPtr hWnd, int msg, IntPtr wParam, IntPtr lParam);
static member PostMessage : nativeint * int * nativeint * nativeint -> int
Public Shared Function PostMessage (hWnd As IntPtr, msg As Integer, wParam As IntPtr, lParam As IntPtr) As Integer

매개 변수

hWnd
IntPtr

nativeint

창에 대한 핸들입니다.

msg
Int32

메시지입니다.

wParam
IntPtr

nativeint

컨트롤 식별자입니다.

lParam
IntPtr

nativeint

컨트롤 창의 핸들입니다.

반환

게시된 메시지입니다.

적용 대상