ReadPWideChar

The ReadPWideChar function reads a pwidechar of a process and returns it as string.

function ReadPWideChar(
  dwProcessID: DWord;
  pAddr: Pointer
): string; stdcall;

Parameters

dwProcessID
[in] Process id or handle of the target process.
pAddr
[in] Address of the pwidechar inside the target process.
Remarks

-

Return Values

If the function succeeds, the return value is the PWideChar.

If the function fails, the return value is an empty string.

 

Requirements

Client Requires Windows XP, Windows 2000 Professional, Windows NT Workstation, Windows Me, Windows 98, or Windows 95.
Header

Declared in uallKernel.pas