cannot have multiple 'module' attributes with different uuid's
Multiple module statements are not allowed. For example, the following code generates C3119:
#include <unknwn.h> [emitidl]; [module(name="xx", uuid="00000000-0000-0000-0000-111111111111")]; [module(name="xxx")]; int main(void) { return(0); }