Item::GetAnchorString
Int32 GetAnchorString (char* text, long size);
GS::String GetAnchorString (void);
Parameters
- text
- Pointer to buffer to receive the text. This parameter can be NULL.
- size
- Size of the text buffer. If text is NULL, this parameter is ignored.
Return Value
The meaning of the integer return value:
0 : DLGH-resource not found
1...n : Length of text including terminating zero or
length of required buffer if text is NULL.