struct STRING
{
  INT Length;
  INT Slice_offset;
  PBYTE Pointer; BYTE Chars[0]; 
};

typedef STRING * PSTRING;


