Retrieves a string from a C style unicode character array.
Parameters
- nAddress
The memory address from which to read the value.
- nLen
The maximum len of the character array.
The function reads read upto nLen characters or less if a terminating 0 character is found.
- nCodePage (optional)
default = the codepage set with VFP2CSys(4, nCodePage) which defaults to CP_ACP
The codepage to use in performing the unicode to ansi conversion.
This parameter can be set to the value of any code page that is installed or available in the operating system.
Return Value
String.
See Also
Reference
ReadBytes
ReadChar
ReadCharArray
ReadCString
ReadDouble
ReadFloat
ReadInt
ReadInt64
ReadInt8
ReadLogical
ReadPChar
ReadPCString
ReadPDouble
ReadPFloat
ReadPInt
ReadPInt64
ReadPInt8
ReadPLogical
ReadPointer
ReadPPointer
ReadProcessMemoryEx
ReadPShort
ReadPUInt
ReadPUInt64
ReadPUInt8
ReadPUShort
ReadPWString
ReadShort
ReadUInt
ReadUInt64
ReadUInt8
ReadUShort
ReadWString
WriteBytes
WriteChar
WriteCharArray
WriteCString
WriteDouble
WriteFloat
WriteGPCString
WriteInt
WriteInt64
WriteInt8
WriteLogical
WritePChar
WritePCString
WritePDouble
WritePFloat
WritePInt
WritePInt64
WritePInt8
WritePLogical
WritePointer
WritePPointer
WritePShort
WritePUInt
WritePUInt64
WritePUInt8
WritePUShort
WritePWChar
WritePWString
WriteShort
WriteUInt
WriteUInt64
WriteUInt8
WriteUShort
WriteWChar
WriteWCharArray
WriteWString