Previous topicNext topic
Help > XEngine_RfcComponents > RfcComponents_SnmpProtocol > RfcComponents_SnmpHelp >
RfcComponents_SnmpHelp_OIDPKTLen

函数

RfcComponents_SnmpHelp_OIDPKTLen

功能

转换OID的值

语法

BOOL RfcComponents_SnmpHelp_OIDPKTLen(LPCSTR lpszOIDNumber, CHAR * ptszOIDBuffer, int* pInt_Len)

参数

 参数.一:lpszOIDNumber
  In/Out:In
  类型:常量字符指针
  可空:N
  意思:输入要转换的OID值
 参数.二:ptszOIDBuffer
  In/Out:Out
  类型:字符指针
  可空:N
  意思:输出转换后的值
 参数.三:pInt_Len
  In/Out:Out
  类型:整数型指针
  可空:N
  意思:输出转换后大小

返回值

类型:逻辑型
意思:是否成功

备注

 

示例