anyKode Marilou
ContentsIndexHome
PreviousUpNext
TraceDisplay::SetOptions

Setting the trace display options.

C++
bool SetOptions(Moda::Commons::TraceDisplayOptions * options);
Parameters 
Description 
Moda::Commons::TraceDisplayOptions * options 
[in] Pointer to options to be sent by the function. 

true if the new set of settings was sent to the server, false otherwise.

SetOptions changes the trace's display options. Note that all the fields of the options parameters must be filled correctly. The best way to change these options:

  1. Use GetOptions in order to get well filled structure,
  2. Change the required option values from the returned structure,
  3. Use SetOptions to send the new settings.
Documentation v4.7 (18/01/2015), Copyright (c) 2015 anyKode. All rights reserved.
What do you think about this topic? Send feedback!