IDA_ConvertInstanceToVString

 

void IDA_ConvertInstanceToVString(char *instancep, char *ascii);

 

 

Parameters

instancep

Pointer to the user’s buffer containing the instance string.

ascii

Pointer to user’s buffer that will contain the converted ascii string.

 

Remarks

This method converts an SNMP instance data string into a null-terminated ascii string. It is assumed the first field of the instance data will be the length of the data. The resulting ascii buffer will contain the converted null-terminated ascii string.

It is assumed the user has allocated the asciip buffer large enough to contain the resulting conversion data.

Converted from CHM to HTML with chm2web Pro 2.85 (unicode)