struct RXSTRING
{
  INT Length;
  PBYTE Pointer;
}; typedef RXSTRING * (P_RXSTRING);