Clara-Doc - Method Reference

 / packages  / CTBASE  / Version 01.00.00  / CTMAPX

CTMAPX_Remove
Description
Removes a map item besed on its key value.

Prototype

			     DCTMAPX_Remove...
     D                 PR            10I 0
     D@This                            *   Value
     D@Key                             *   Value
						
Parameters
@This
TypePointer (*)
Passing ModeValue
DescriptionThe address of a CTMAPX instance. This pointer MUST be obtained through a call to CMAPX_Constructor.
@Key
TypePointer (*)
Passing ModeValue
DescriptionThe address of a the caller-supplied buffer that contains the key value associated with the map item. The key value must be a NULL-terminated character string.
Return Values

Symbolic ConstantValueDescription
CS_SUCCESS0The item has been removed successfully. If the item was not found, the method still returns CT_SUCCESS.