Formular una preguntaFormular una pregunta
 

RespondidaMapping an DIA error code into a human friendly string

Respuestas

  • martes, 14 de julio de 2009 4:34Rick ByersMSFT, PropietarioMedallas del usuarioMedallas del usuarioMedallas del usuarioMedallas del usuarioMedallas del usuario
     Respondida
    Hi Marc,
    Sorry but I'm pretty sure that the descriptions for these HRESULTS are not stored anywhere.  They're certainly not in a string table in msdia90.dll, and they're not part of the HRESULT string table for the .NET Framework in mscorrc.dll.  So I guess the best you can do is mine MSDN ;-).

    Rick
  • martes, 14 de julio de 2009 14:37ochsenmeier marc Medallas del usuarioMedallas del usuarioMedallas del usuarioMedallas del usuarioMedallas del usuario
     Respondida
    Hi Rick,

    As a matter of fact, mining is what I'have done.
    In my own wrapper, I keep a private map of some of these...

    Bests

    Marc Ochsenmeier

Todas las respuestas