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
Windows message record for WM_ACTIVATEAPP.
For more information about WM_ACTIVATEAPP message, see the documentation in Windows Dev Center.
http://msdn.microsoft.com/library/en-us/windows/desktop/ms632614.aspx