[inline, inherited]
Length of the header only when serialised.
Definition at line 226 of file FXIPC.h.
References FX::FXIPCMsg::FlagsHasRouting, and FX::FXIPCMsg::minHeaderLength.
00226 { return minHeaderLength+((myflags & FlagsHasRouting) ? sizeof(FXuint) : 0); }