TUnicodeString / PUnicodeString - Delphi

DarkCoderSc personal avatar
DarkCoderSc

Jean-Pierre LESUEUR

type
  UNICODE_STRING = record
    Length         : USHORT;
    MaximumLength  : USHORT;
    Buffer         : PWideChar;
  end;
  TUnicodeString = UNICODE_STRING;
  PUnicodeString = ^TUnicodeString;

Creating and researching code snippets takes time and effort. You’re welcome to share them through your own platforms, but please don’t forget to credit the original author, here: Jean-Pierre LESUEUR.


Created

May 28, 2025

Last Revised

May 28, 2025