TwclIrDAServer.AddIasRecord(string,string,Integer) Method

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

Namespace: wclIrDAServers
public
 function AddIasRecord(const ClassName: string; const AttribName: string;
 const Value: Integer): Integer; overload;

Parameters

ClassName
Type: string

The class name for an IAS object.

AttribName
Type: string

The attribute name for an IAS object.

Value
Type: Integer

The 32-bit signed integer attribute value.

Return Value

Type: Integer

If the function succeed the return value is wclErrors.WCL_E_SUCCESS. Otherwise the method returns one of the WCL error codes.