GenericHostMsg::SetSizeWithFrames

Windows CE 5.0 Not SupportedWindows Embedded NavReady 2009 Supported

10/16/2008

This virtual method sets the size of the message, which includes framing.

Syntax

virtual void SetSizeWithFrames(
  unsigned short Size
);

Parameters

  • Size
    [in] Indicates the size of the message, which includes framing.

Return Value

None.

Remarks

When you use this method to set the size of a response message, you can get the raw size of the message object that you created by calling the appropriate RawMessageSize method.

Requirements

Header DBRLib.h
Library DBRLib.lib
Windows Embedded CE Windows CE 5.0, Windows Embedded NavReady 2009

See Also

Reference

ErrorMsg::RawMessageSize
LocationMsg::RawMessageSize
PowerStatusMsg::RawMessageSize
RadioStatusMsg::RawMessageSize
SimpleHostMsg::RawMessageSize
VersionMsg::RawMessageSize
GenericHostMsg Class
MSN Direct Services Classes