CharBufferString.Init (METH)
METHOD Init : BOOL
Init method used for using an already existing memory for storing the string
- InOut:
Scope
Name
Type
Comment
Return
InitBOOLInput
pBufferPOINTER TO BYTE
The pointer to the buffer containing the string
uiBufferSizeUINTThe size of the buffer (in bytes), where the string is stored. If this value is 0, no memory is allocated and the CharBufferPtr pointer has to be set by calling the Initialize method
stringType__SYSTEM.TYPE_CLASSA __SYSTEM.TYPE_CLASS value indicating type of the string