This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!
CallingConvention
This enum is used with the dllimport attribute.
public enum CallingConvention
{
Winapi = 1;
Cdecl = 2;
StdCall = 3;
Thiscall = 4;
FastCall = 5;
}
See Also
Supporting enums