Navigation: Code Documentation > RSCommon > RSConstants > Records
TRSDWordFiller Record
Use this record to pad records that need to grow based on NativeInt size e.g.,
Delphi
TIxInvalidateProperty = packed record Msg: Cardinal; WParamFiller: TRSDWordFiller; Index: LongInt; Unused: array[0..1] of Word; LParamFiller: TRSDWordFiller; Result: LRESULT; end;
Namespace: RSConstants
type TRSDWordFiller = record end;
•RSConstants