Perform, SendMessage, SendDockNotification
LParam и THandle
procedure SendDockNotification(Msg: Cardinal; WParam, LParam: THandle);
function Perform(Msg: Cardinal; WParam: WPARAM; LParam: LPARAM): LRESULT;
function SendMessage(hWnd: HWND; Msg: UINT; wParam: WPARAM; lParam: LPARAM): LRESULT; stdcall; overload;
function SendMessage(hWnd: HWND; Msg: UINT; wParam: INT_PTR; lParam: LPARAM): LRESULT; stdcall; overload;
function SendMessage(hWnd: HWND; Msg: UINT; wParam: INT_PTR; lParam: LPARAM): LRESULT; stdcall; overload;
LPARAM = INT_PTR;
THandle = NativeUInt;
THandle = NativeUInt;
(!) Range Check потенциальный.
Комментариев нет:
Отправить комментарий