The ReadPWideChar function reads a pwidechar of a process and returns it as string.
function ReadPWideChar( dwProcessID: DWord; pAddr: Pointer ): string; stdcall;
-
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 |