Winapi.Messages.TWordFiller

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TWordFiller = record

C++

struct DECLSPEC_DRECORD TWordFiller
{
public:
    System::StaticArray<System::Byte, 2> Filler;
};

Properties

Type Visibility Source Unit Parent
record
struct
public
Winapi.Messages.pas
Winapi.Messages.hpp
Winapi.Messages Winapi.Messages

Description

Used to define auxiliary padding fields to align data on boundaries corresponding to number of bits native to the sizes of data in the architecture (32-bit or 64-bit) of used platforms.

Such fields are used under 32-bit and 64-bit platforms. They are usually used for padding not occupied high-order bytes to align fields on 32-bit or 64-bit boundaries native to the platform architecture.

See Also