Sm_AgentApi_FreeAttributes()

Frees the buffer of response attributes.
casso127
Frees the buffer of response attributes.
Syntax
void Sm_AgentApi_FreeAttributes (
   const long                       nNumAttributes, 
   const Sm_AgentApi_Attribute_t*   pAttributes
);
Parameter
I/O
Description
nNumAttributes
I
The number of attributes in
pAttributes
.
pAttributes
I
A pointer to an array of response attribute definition structures.
Example
See the function SmAgentExample::Sm_Login() in the example application smagentexample.cpp.