pub unsafe extern "C" fn acNodeMapSetStringValue(
hNodeMap: acNodeMap,
pNodeName: *const c_char,
pValue: *const c_char,
) -> AC_ERRORExpand description
@fn AC_ERROR AC_API acNodeMapSetStringValue(acNodeMap hNodeMap, const char* pNodeName, const char* pValue)
@param hNodeMap
- Type: acNodeMap
- [In] parameter
- A node map
@param pNodeName
- Type: const char*
- [In] parameter
- Name of the node
@param pValue
- Type: const char*
- [In] parameter
- String value to set
@return
- Type: AC_ERROR
- Error code for the function
- Returns SC_ERR_SUCCESS (0) on success
acNodeMapSetStringValue acts as a shortcut for setting the value of a string node.