Merk
Tilgang til denne siden krever autorisasjon. Du kan prøve å logge på eller endre kataloger.
Tilgang til denne siden krever autorisasjon. Du kan prøve å endre kataloger.
'function declaration' : invalid calling convention for IDL
Remarks
You can only use the __stdcall or __cdecl calling conventions in an .idl file.
Example
The following example generates C3368:
// C3368.cpp
// processor: x86
[idl_module(name="Name", dllname="Some.dll")];
[idl_module(name="Name")]
int __fastcall f1(); // C3368