DeviceParameterDescriptor.getParameterNameString Method¶
Module: DeviceParameterDescriptor
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 id3DevicesDeviceParameterDescriptor_GetParameterNameString (
ID3_DEVICES_DEVICE_PARAMETER_DESCRIPTOR hDeviceParameterDescriptor,
void ** stringPtr)
Parameters
hDeviceParameterDescriptor
ID3_DEVICES_DEVICE_PARAMETER_DESCRIPTORin Handle to the DeviceParameterDescriptor 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