Kompilatorfel C3347

"arg": argumentet som krävs anges inte i attributet idl_module

Anmärkningar

Ett obligatoriskt argument skickades inte till attributet idl_module .

Example

I följande exempel genereras C3347:

// C3347.cpp
// compile with: /c
[module(name="xx")];

[idl_module(dllname="x")];    // C3347
// try the following line instead
// [idl_module(name="test", dllname="x")];