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 - Init- BOOL- Input - pBuffer- POINTER TO BYTE - The pointer to the buffer containing the string - uiBufferSize- UINT- The 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_CLASS- A __SYSTEM.TYPE_CLASS value indicating type of the string 
