API:Winapi.Messages.TDWordFiller

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

  TDWordFiller = record
  {$IFDEF CPUX64}
    Filler: array[1..4] of Byte; // Pad DWORD to make it 8 bytes (4+4) [x64 only]
  {$ENDIF}
  end;

C++

struct DECLSPEC_DRECORD TDWordFiller
{
};

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. Please help us document this topic by using the Discussion page!