Function CDM_CreateAttributeValue


Definition:#include <CDM.h>
Prototype:CDM_AttributeValue CDM_CreateAttributeValue(int Type, char *Value);
Arguments:

Type: Attribute's Type (int)
Value: Attribute's Value (char *)


Prototype:CDM_AttributeValue CDM_CreateAttributeValue(int Type, Tcl_Obj *Value);
Arguments:

Type: Attribute's Type (int)
Value: Attribute's Value (Tcl_Obj *)

C/C++ API Sections
Tcl API Sections
Description
Return Value
Notes
See Also
Index

Description:

CDM_AttributeValue CDM_CreateAttributeValue(int Type, char *Value):
Creates a new Attribute Value...

CDM_AttributeValue CDM_CreateAttributeValue(int Type, Tcl_Obj *Value):
Creates a new Attribute Value... Use this function when the type is "CDM_STING_SET" to reuse the given object!


Generated by: petasis@aias on Wed Aug 16 10:31:57 PM EEST 2006.