simGetNamedStringParam

Retrieves a named string or buffer parameter

C++ synopsis

char* simGetNamedStringParam(const char* paramName, int* paramLength)

Arguments

  • paramName: the key or name of the parameter
  • paramLength: the size of the parameter

Return

  • nullptr if operation was not successful or if such a parameter does not exist. Otherwise the parameter. The user is in charge of releasing the returned buffer with simReleaseBuffer.


See also: