bool HandleInitState(const MessageInitState* message);
HandleInitState updates the server with the AMP profiling settings to be used immediately upon connection.
Parameters |
Description |
const MessageInitState* message |
The message received from AMP client holds the profiling settings to be used. These include initial state flags (ServerStateType) and profiling level. |
A Boolean value of true if the request is handled otherwise false.