API:Winapi.Messages.SendStructMessage

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function SendStructMessage(Handle: HWND; Msg: UINT; WParam: WPARAM; const LParam): LRESULT;

C++

extern DELPHI_PACKAGE NativeInt __fastcall SendStructMessage(HWND Handle, unsigned Msg, NativeUInt WParam, const void *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.