interfaces within IMAPI are not recognized by my debugger..WHY!

  • Thread starter Thread starter tonylc
  • Start date Start date
T

tonylc

does anyone know what you need to include to get Visual Studio 2003 or
2005 to
recognize IDiscMaster, IDiscRecorder and all the other interfaces in
IMAPI? Right my visual studio only recognizes ICDBurn. Any idea would
be great.

Thanks,
Tony
 
does anyone know what you need to include to get Visual Studio 2003 or
2005 to
recognize IDiscMaster, IDiscRecorder and all the other interfaces in
IMAPI? Right my visual studio only recognizes ICDBurn. Any idea would
be great.

#include <imapi.h>
#include <imapierror.h>
 
Back
Top