API:Winapi.Messages.TWMActivateApp
Delphi
TWMActivateApp = record
Msg: Cardinal;
MsgFiller: TDWordFiller;
Active: BOOL;
ActiveFiller: TDWordFiller;
ThreadId: Longint;
TheadIdFiller: TDWordFiller;
Result: LRESULT;
end;
C++
struct DECLSPEC_DRECORD TWMActivateApp
{
public:
unsigned Msg;
System::LongBool Active;
int ThreadId;
NativeInt Result;
};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
record struct |
public | Winapi.Messages.pas Winapi.Messages.hpp |
Winapi.Messages | Winapi.Messages |
Description
Embarcadero Technologies does not currently have any additional information.