หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
'arg': required argument is not specified in attribute idl_module
Remarks
A required argument was not passed to the idl_module attribute.
Example
The following example generates 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")];