struct RXSTRING
{
  INT Length;
  PBYTE Pointer;
};

typedef RXSTRING * PRXSTRING;