หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
'modifier' : illegal argument to __based
Remarks
The argument modifying __based is invalid.
Example
The following example generates C2213:
// C2213.cpp
// compile with: /c
int i;
int *j;
char __based(i) *p; // C2213
char __based(j) *p2; // OK