|  | Overview |  | 
|  | 
|  | Group |  | 
|  | 
|  | Quick Info 
 | Windows NT 
 | Yes 
 |  | Win95 
 | No 
 |  | Win32s 
 | No 
 |  | Import Library 
 | snmp.lib 
 |  | Header File 
 | snmp.h 
 |  | Unicode 
 | No 
 |  | Platform Notes 
 | None 
 | 
 |  | 
 
SnmpUtilVarBindCpy
The 
SnmpUtilVarBindCpy function copies the 
RFC1157VarBind structure, and allocates any memory necessary for the destination structure.
SNMPAPI SnmpUtilVarBindCpy(
| RFC1157VarBind *dst, 
 | // destination variable bindings 
 | 
| RFC1157VarBind *src 
 | // source variable bindings 
 | 
| ); 
 | 
 | 
 
Parameters
dst 
[out] Points to an 
RFC1157VarBind structure to receive the copy.
src 
[in] Points to an 
RFC1157VarBind structure to copy.
 
Return Values
If the function succeeds, the return value is TRUE. 
If the function fails, the return value is FALSE. 
Remarks
Use the 
SnmpUtilVarBindFree function to free memory that the 
SnmpUtilVarBindCpy function allocates for the destination.
See Also 
RFC1157VarBind, 
SnmpUtilVarBindFree
			
				- Software for developers
				
- 
				Delphi Components
 .Net Components
 Software for Android Developers
- More information resources
				
- 
				MegaDetailed.Net
 Unix Manual Pages
 Delphi Examples