struct STRING
{
  INT Length;
  DWORD SC_handle;
  WORD Flags;
  BYTE Chars[0];
};

typedef STRING * P_STRING;


