134 references to StdCall
mscorlib (8)
microsoft\win32\unsafenativemethods.cs (1)
64[DllImport(Win32Native.USER32, EntryPoint="LoadStringW", SetLastError=true, CharSet=CharSet.Unicode, ExactSpelling=true, CallingConvention=CallingConvention.StdCall)]
system\reflection\emit\signaturehelper.cs (1)
114else if (unmanagedCallConv == CallingConvention.StdCall || unmanagedCallConv == CallingConvention.Winapi)
system\reflection\emit\typebuilder.cs (1)
820case CallingConvention.StdCall:
system\runtime\interopservices\attributes.cs (1)
808case PInvokeAttributes.CallConvStdcall: callingConvention = CallingConvention.StdCall; break;
system\runtime\interopservices\windowsruntime\nativemethods.cs (4)
47[DllImport("api-ms-win-core-winrt-string-l1-1-0.dll", CallingConvention = CallingConvention.StdCall)] 55[DllImport("api-ms-win-core-winrt-string-l1-1-0.dll", CallingConvention = CallingConvention.StdCall)] 64[DllImport("api-ms-win-core-winrt-string-l1-1-0.dll", CallingConvention = CallingConvention.StdCall)] 70[DllImport("api-ms-win-core-winrt-string-l1-1-0.dll", CallingConvention = CallingConvention.StdCall)]
System (35)
compmod\System\Runtime\InteropServices\StandardOleMarshalObject.cs (2)
28[UnmanagedFunctionPointer(CallingConvention.StdCall)] 32[UnmanagedFunctionPointer(CallingConvention.StdCall)]
net\System\Net\UnsafeNativeMethods.cs (26)
109[DllImport(KERNEL32, ExactSpelling=true, CallingConvention=CallingConvention.StdCall, SetLastError=true)] 113[DllImport(KERNEL32, ExactSpelling = true, CallingConvention = CallingConvention.StdCall, SetLastError = true)] 116[DllImport(KERNEL32, ExactSpelling = true, CallingConvention = CallingConvention.StdCall, SetLastError = true)] 120[DllImport(KERNEL32, ExactSpelling = true, CallingConvention = CallingConvention.StdCall, SetLastError = true)] 653[DllImport(HTTPAPI, ExactSpelling = true, CallingConvention = CallingConvention.StdCall, CharSet = CharSet.Unicode, SetLastError = true)] 657[DllImport(HTTPAPI, ExactSpelling = true, CallingConvention = CallingConvention.StdCall, SetLastError = true)] 2137[DllImport(HTTPAPI, ExactSpelling=true, CallingConvention=CallingConvention.StdCall, SetLastError=true)] 2140[DllImport(HTTPAPI, ExactSpelling=true, CallingConvention=CallingConvention.StdCall, SetLastError=true)] 2142[DllImport(HTTPAPI, EntryPoint = "HttpReceiveRequestEntityBody", ExactSpelling = true, CallingConvention = CallingConvention.StdCall, SetLastError = true)] 2146[DllImport(HTTPAPI, ExactSpelling=true, CallingConvention=CallingConvention.StdCall, SetLastError=true)] 2150[DllImport(HTTPAPI, ExactSpelling=true, CallingConvention=CallingConvention.StdCall, SetLastError=true)] 2154[DllImport(HTTPAPI, ExactSpelling=true, CallingConvention=CallingConvention.StdCall, SetLastError=true)] 2158[DllImport(HTTPAPI, ExactSpelling=true, CallingConvention=CallingConvention.StdCall, SetLastError=true)] 2162[DllImport(HTTPAPI, ExactSpelling=true, CallingConvention=CallingConvention.StdCall, SetLastError=true)] 2166[DllImport(HTTPAPI, ExactSpelling = true, CallingConvention = CallingConvention.StdCall, SetLastError = true)] 2170[DllImport(HTTPAPI, EntryPoint = "HttpSendResponseEntityBody", ExactSpelling = true, CallingConvention = CallingConvention.StdCall, SetLastError = true)] 2174[DllImport(HTTPAPI, ExactSpelling=true, CallingConvention=CallingConvention.StdCall, SetLastError=true)] 2178[DllImport(HTTPAPI, ExactSpelling = true, CallingConvention = CallingConvention.StdCall, SetLastError = true)] 2182[DllImport(HTTPAPI, ExactSpelling = true, CallingConvention = CallingConvention.StdCall, SetLastError = true)] 2186[DllImport(HTTPAPI, ExactSpelling = true, CallingConvention = CallingConvention.StdCall, CharSet = CharSet.Unicode, SetLastError = true)] 2190[DllImport(HTTPAPI, ExactSpelling = true, CallingConvention = CallingConvention.StdCall, SetLastError = true)] 2194[DllImport(HTTPAPI, ExactSpelling = true, CallingConvention = CallingConvention.StdCall, CharSet = CharSet.Unicode, SetLastError = true)] 2197[DllImport(HTTPAPI, ExactSpelling = true, CallingConvention = CallingConvention.StdCall, SetLastError = true)] 2201[DllImport(HTTPAPI, ExactSpelling = true, CallingConvention = CallingConvention.StdCall, SetLastError = true)] 2205[DllImport(TOKENBINDING, CharSet = CharSet.Unicode, CallingConvention = CallingConvention.StdCall, EntryPoint="TokenBindingVerifyMessage")] 2215[DllImport(TOKENBINDING, CharSet = CharSet.Unicode, CallingConvention = CallingConvention.StdCall, EntryPoint="TokenBindingVerifyMessage")]
parent\parent\parent\InternalApis\NDP_FX\inc\ZLibNative.cs (7)
258[UnmanagedFunctionPointer(CallingConvention.StdCall)] 265[UnmanagedFunctionPointer(CallingConvention.StdCall)] 270[UnmanagedFunctionPointer(CallingConvention.StdCall)] 276[UnmanagedFunctionPointer(CallingConvention.StdCall)] 283[UnmanagedFunctionPointer(CallingConvention.StdCall)] 288[UnmanagedFunctionPointer(CallingConvention.StdCall)] 293[UnmanagedFunctionPointer(CallingConvention.StdCall)]
System.Activities.Presentation (3)
System.Activities.Presentation\System\Activities\Presentation\Toolbox\ToolboxItemWrapper.cs (3)
395[DllImport("User32.dll", CallingConvention = CallingConvention.StdCall, ExactSpelling = true)] 398[DllImport("User32.dll", CallingConvention = CallingConvention.StdCall, ExactSpelling = true)] 401[DllImport("Gdi32.dll", CallingConvention = CallingConvention.StdCall, ExactSpelling = true)]
System.Data (4)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Toolbox\ToolboxItemWrapper.cs (3)
395[DllImport("User32.dll", CallingConvention = CallingConvention.StdCall, ExactSpelling = true)] 398[DllImport("User32.dll", CallingConvention = CallingConvention.StdCall, ExactSpelling = true)] 401[DllImport("Gdi32.dll", CallingConvention = CallingConvention.StdCall, ExactSpelling = true)]
fx\src\bid\inc\cs\bidPrivateBase.cs (1)
988[DllImport(dllName, CharSet=CharSet.Unicode, CallingConvention=CallingConvention.StdCall,
System.IdentityModel.Selectors (6)
infocard\client\System\IdentityModel\Selectors\CryptoHandle.cs (1)
193CallingConvention = CallingConvention.StdCall,
infocard\client\System\IdentityModel\Selectors\NativeMethods.cs (1)
46CallingConvention = CallingConvention.StdCall)]
infocard\client\System\IdentityModel\Selectors\SafeLibraryHandle.cs (2)
51CallingConvention = CallingConvention.StdCall)] 61CallingConvention = CallingConvention.StdCall)]
infocard\client\System\IdentityModel\Selectors\SafeTokenHandle.cs (1)
26CallingConvention = CallingConvention.StdCall,
infocard\common\managed\GlobalAllocSafeHandle.cs (1)
32[DllImport("kernel32.dll", CallingConvention = CallingConvention.StdCall)]
System.ServiceModel (15)
System\ServiceModel\Channels\PeerUnsafeNativeCryptMethods.cs (13)
44[DllImport("Crypt32.dll", CallingConvention = CallingConvention.StdCall)] 49[DllImport("Crypt32.dll", CallingConvention = CallingConvention.StdCall, SetLastError = true)] 85[DllImport("Crypt32.dll", CallingConvention = CallingConvention.StdCall)] 110[DllImport("Advapi32.dll", CallingConvention = CallingConvention.StdCall)] 134[DllImport("Advapi32.dll", CallingConvention = CallingConvention.StdCall)] 232[DllImport("Crypt32.dll", CallingConvention = CallingConvention.StdCall, CharSet = CharSet.Auto, SetLastError = true)] 323[DllImport("Crypt32.dll", CallingConvention = CallingConvention.StdCall, SetLastError = true)] 335[DllImport("Crypt32.dll", CallingConvention = CallingConvention.StdCall, SetLastError = true)] 344[DllImport("Crypt32.dll", CallingConvention = CallingConvention.StdCall, SetLastError = true)] 352[DllImport("Advapi32.dll", CallingConvention = CallingConvention.StdCall, SetLastError = true)] 361[DllImport("Advapi32.dll", CallingConvention = CallingConvention.StdCall, SetLastError = true)] 369[DllImport("Crypt32.dll", CallingConvention = CallingConvention.StdCall, SetLastError = true, CharSet = CharSet.Unicode)] 379[DllImport("Crypt32.dll", CallingConvention = CallingConvention.StdCall, SetLastError = true)]
System\ServiceModel\Channels\UnsafeNativeMethods.cs (2)
1081[DllImport(KERNEL32, CallingConvention = CallingConvention.StdCall, SetLastError = true)] 1086[DllImport(KERNEL32, CallingConvention = CallingConvention.StdCall, SetLastError = true)]
System.Transactions (1)
System\Transactions\Oletx\DtcInterfaces.cs (1)
13[DllImport("System.Transactions.Dll", CallingConvention = CallingConvention.StdCall, CharSet = CharSet.Unicode)]
System.Web (1)
Security\ADMembershipProvider.cs (1)
4491[DllImport("Netapi32.dll", CallingConvention=CallingConvention.StdCall, EntryPoint="DsGetDcNameW", CharSet=CharSet.Unicode)]
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Control.cs (2)
17910[UnmanagedFunctionPointerAttribute(CallingConvention.StdCall)] 17952[UnmanagedFunctionPointerAttribute(CallingConvention.StdCall)]
WindowsBase (56)
Base\MS\Internal\Security\RightsManagement\PrivateUnsafeNativeMethods.cs (49)
59[DllImport(ExternDll.MsDrm, SetLastError = false, CharSet = CharSet.Unicode, CallingConvention = CallingConvention.StdCall)] 71[DllImport(ExternDll.MsDrm, SetLastError = false, CharSet = CharSet.Unicode, CallingConvention = CallingConvention.StdCall)] 81[DllImport(ExternDll.PresentationHostDll,SetLastError=false,CharSet=CharSet.Unicode,CallingConvention=CallingConvention.StdCall)] 92[DllImport(ExternDll.MsDrm, SetLastError = false, CharSet = CharSet.Unicode, CallingConvention = CallingConvention.StdCall)] 103[DllImport(ExternDll.PresentationHostDll, SetLastError = false, CharSet = CharSet.Unicode, CallingConvention = CallingConvention.StdCall)] 112[DllImport(ExternDll.PresentationHostDll, SetLastError = false, CharSet = CharSet.Unicode, CallingConvention = CallingConvention.StdCall)] 125[DllImport(ExternDll.MsDrm, SetLastError = false, CharSet = CharSet.Unicode, CallingConvention = CallingConvention.StdCall)] 131[DllImport(ExternDll.MsDrm, SetLastError = false, CharSet = CharSet.Unicode, CallingConvention = CallingConvention.StdCall)] 141[DllImport(ExternDll.PresentationHostDll, SetLastError = false, CharSet = CharSet.Unicode, CallingConvention = CallingConvention.StdCall)] 153[DllImport(ExternDll.MsDrm, SetLastError = false, CharSet = CharSet.Unicode, CallingConvention = CallingConvention.StdCall)] 163[DllImport(ExternDll.MsDrm, SetLastError = false, CharSet = CharSet.Unicode, CallingConvention = CallingConvention.StdCall)] 173[DllImport(ExternDll.PresentationHostDll, SetLastError = false, CharSet = CharSet.Unicode, CallingConvention = CallingConvention.StdCall)] 186[DllImport(ExternDll.MsDrm, SetLastError = false, CharSet = CharSet.Unicode, CallingConvention = CallingConvention.StdCall)] 193[DllImport(ExternDll.MsDrm, SetLastError = false, CharSet = CharSet.Unicode, CallingConvention = CallingConvention.StdCall)] 198[DllImport(ExternDll.MsDrm, SetLastError = false, CharSet = CharSet.Unicode, CallingConvention = CallingConvention.StdCall)] 205[DllImport(ExternDll.PresentationHostDll, SetLastError = false, CharSet = CharSet.Unicode, CallingConvention = CallingConvention.StdCall)] 215[DllImport(ExternDll.MsDrm, SetLastError = false, CharSet = CharSet.Unicode, CallingConvention = CallingConvention.StdCall)] 222[DllImport(ExternDll.MsDrm, SetLastError = false, CharSet = CharSet.Unicode, CallingConvention = CallingConvention.StdCall)] 232[DllImport(ExternDll.PresentationHostDll, SetLastError = false, CharSet = CharSet.Unicode, CallingConvention = CallingConvention.StdCall)] 244[DllImport(ExternDll.MsDrm, SetLastError = false, CharSet = CharSet.Unicode, CallingConvention = CallingConvention.StdCall)] 255[DllImport(ExternDll.MsDrm, SetLastError = false, CharSet = CharSet.Unicode, CallingConvention = CallingConvention.StdCall)] 262[DllImport(ExternDll.MsDrm, SetLastError = false, CharSet = CharSet.Unicode, CallingConvention = CallingConvention.StdCall)] 268[DllImport(ExternDll.MsDrm, SetLastError = false, CharSet = CharSet.Unicode, CallingConvention = CallingConvention.StdCall)] 275[DllImport(ExternDll.MsDrm, SetLastError = false, CharSet = CharSet.Unicode, CallingConvention = CallingConvention.StdCall)] 285[DllImport(ExternDll.MsDrm, SetLastError = false, CharSet = CharSet.Unicode, CallingConvention = CallingConvention.StdCall)] 293[DllImport(ExternDll.MsDrm, SetLastError = false, CharSet = CharSet.Unicode, CallingConvention = CallingConvention.StdCall)] 303[DllImport(ExternDll.MsDrm, SetLastError = false, CharSet = CharSet.Unicode, CallingConvention = CallingConvention.StdCall)] 313[DllImport(ExternDll.MsDrm, SetLastError = false, CharSet = CharSet.Unicode, CallingConvention = CallingConvention.StdCall)] 317[DllImport(ExternDll.MsDrm, SetLastError = false, CharSet = CharSet.Unicode, CallingConvention = CallingConvention.StdCall)] 324[DllImport(ExternDll.MsDrm, SetLastError = false, CharSet = CharSet.Unicode, CallingConvention = CallingConvention.StdCall)] 334[DllImport(ExternDll.MsDrm, SetLastError = false, CharSet = CharSet.Unicode, CallingConvention = CallingConvention.StdCall)] 348[DllImport(ExternDll.MsDrm, SetLastError = false, CharSet = CharSet.Unicode, CallingConvention = CallingConvention.StdCall)] 356[DllImport(ExternDll.MsDrm, SetLastError = false, CharSet = CharSet.Unicode, CallingConvention = CallingConvention.StdCall)] 361[DllImport(ExternDll.MsDrm, SetLastError = false, CharSet = CharSet.Unicode, CallingConvention = CallingConvention.StdCall)] 369[DllImport(ExternDll.MsDrm, SetLastError = false, CharSet = CharSet.Unicode, CallingConvention = CallingConvention.StdCall)] 380[DllImport(ExternDll.PresentationHostDll, SetLastError = false, CharSet = CharSet.Unicode, CallingConvention = CallingConvention.StdCall)] 397[DllImport(ExternDll.MsDrm, SetLastError = false, CharSet = CharSet.Unicode, CallingConvention = CallingConvention.StdCall)] 404[DllImport(ExternDll.PresentationHostDll, SetLastError = false, CharSet = CharSet.Unicode, CallingConvention = CallingConvention.StdCall)] 417[DllImport(ExternDll.PresentationHostDll, SetLastError = false, CharSet = CharSet.Unicode, CallingConvention = CallingConvention.StdCall)] 429[DllImport(ExternDll.PresentationHostDll, SetLastError = false, CharSet = CharSet.Unicode, CallingConvention = CallingConvention.StdCall)] 441[DllImport(ExternDll.PresentationHostDll, SetLastError = false, CharSet = CharSet.Unicode, CallingConvention = CallingConvention.StdCall)] 454[DllImport(ExternDll.PresentationHostDll, SetLastError = false, CharSet = CharSet.Unicode, CallingConvention = CallingConvention.StdCall)] 467[DllImport(ExternDll.PresentationHostDll, SetLastError = false, CharSet = CharSet.Unicode, CallingConvention = CallingConvention.StdCall)] 478[DllImport(ExternDll.MsDrm, SetLastError = false, CharSet = CharSet.Unicode, CallingConvention = CallingConvention.StdCall)] 487[DllImport(ExternDll.MsDrm, SetLastError = false, CharSet = CharSet.Unicode, CallingConvention = CallingConvention.StdCall)] 495[DllImport(ExternDll.MsDrm, SetLastError = false, CharSet = CharSet.Unicode, CallingConvention = CallingConvention.StdCall)] 500[DllImport(ExternDll.MsDrm, SetLastError = false, CharSet = CharSet.Unicode, CallingConvention = CallingConvention.StdCall)] 506[DllImport(ExternDll.MsDrm, SetLastError = false, CharSet = CharSet.Unicode, CallingConvention = CallingConvention.StdCall)] 521[DllImport(ExternDll.MsDrm, SetLastError = false, CharSet = CharSet.Unicode, CallingConvention = CallingConvention.StdCall)]
parent\parent\InternalApis\NDP_FX\inc\ZLibNative.cs (7)
258[UnmanagedFunctionPointer(CallingConvention.StdCall)] 265[UnmanagedFunctionPointer(CallingConvention.StdCall)] 270[UnmanagedFunctionPointer(CallingConvention.StdCall)] 276[UnmanagedFunctionPointer(CallingConvention.StdCall)] 283[UnmanagedFunctionPointer(CallingConvention.StdCall)] 288[UnmanagedFunctionPointer(CallingConvention.StdCall)] 293[UnmanagedFunctionPointer(CallingConvention.StdCall)]
WsatConfig (3)
Configuration\SafeNativeMethods.cs (3)
150[DllImport(Crypt32, SetLastError = true, CallingConvention = CallingConvention.StdCall)] 167[DllImport(Crypt32, SetLastError = false, CallingConvention = CallingConvention.StdCall)] 189[DllImport(AdvApi32, SetLastError = false, CallingConvention = CallingConvention.StdCall)]