IrDA Framework C++ Edition

◆ AddIasRecord() [1/3]

int AddIasRecord ( const tstring ClassName,
const tstring AttribName,
const int  Value 
)

The function adds the integer value into the server's IAS database.

Parameters
ClassNameThe class name for an IAS object.
AttribNameThe attribute name for an IAS object.
ValueThe 32-bit signed integer attribute value.
Returns
If the function succeed the return value is WCL_E_SUCCESS. Otherwise the method returns one of the WCL error codes.