API:Winapi.Messages.SendGetIntMessage

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function SendGetIntMessage(Handle: HWND; Msg: UINT; var WParam: Integer; var LParam: Integer): LRESULT;

C++

extern DELPHI_PACKAGE NativeInt __fastcall SendGetIntMessage(HWND Handle, unsigned Msg, int &WParam, int &LParam);

Properties

Type Visibility Source Unit Parent
function public
Winapi.Messages.pas
Winapi.Messages.hpp
Winapi.Messages Winapi.Messages

Description

Embarcadero Technologies does not currently have any additional information.