void IDA_ConvertVStringToInstance(char *ascii, char *instancep);
Parameters
ascii
Pointer to ascii buffer containing a null terminated ascii string.
instancep
Pointer to the user’s buffer to contain the outputted instance string.
Remarks
This method converts a null-terminated ascii string into instance data. The first field of the instance data will be the length of the data. Hence the resulting instance buffer will contain the exact data required for SNMP instance data.
It is assumed the user has allocated the instancep buffer large enough to contain the resulting conversion data.
Converted from CHM to HTML with chm2web Pro 2.85 (unicode) |