struct STRING
{
  INT Length;
  DWORD SC_handle;
  WORD Flags;
  BYTE Chars[1];
}; typedef STRING * (P_STRING);


