DeviceParameter.getParameterNameString Method¶
Module: DeviceParameter
Definition¶
(C++) Provides low-level access to the internal string representation of the parameter’s name.
This function is specifically available in C++ applications, offering performance optimizations or integration capabilities that require direct string manipulation.
int id3DevicesDeviceParameter_GetParameterNameString (
ID3_DEVICES_DEVICE_PARAMETER hDeviceParameter,
void ** stringPtr)
Parameters
hDeviceParameter
ID3_DEVICES_DEVICE_PARAMETERin Handle to the DeviceParameter object.stringPtr
void **out Outputs a pointer to the internal string data representing the parameter’s name, allowing for advanced operations such as direct memory inspection or modification in C++.
Returns