Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
423 B

  1. // Generated File. Do not edit.
  2. // File created by `Compiler.Name` compiler version `Compiler.Version`-`Compiler.Timestamp`
  3. // on `System.Date` at `System.Time` UTC
  4. `FORALL Guid IN TraceGuids`
  5. `Guid.Text` `Guid.Comment`
  6. `FORALL Msg in Guid.Messages`
  7. #typev `Msg.Name` `Msg.MsgNo` "`Msg.Text`"
  8. {
  9. `FORALL Arg IN Msg.Arguments`
  10. `Arg.Name`, `Arg.MofType` // `Arg.No`
  11. `ENDFOR Arg`
  12. }
  13. `ENDFOR Msg`
  14. `ENDFOR Guid`