Search code examples
What is __stdcall?...


cwinapicalling-conventionstdcall

Read More
Do I need `__stdcall` in `std::unique_ptr` deleter?...


c++winapivisual-c++unique-ptrstdcall

Read More
GNU inline asm: which registers get clobbered by __stdcall?...


c++gccx86inline-assemblystdcall

Read More
In C++, do variadic functions (those with ... at the end of the parameter list) necessarily follow t...


c++variadic-functionsstdcallcdecl

Read More
__stdcall in function paramater...


c++winapistdcall

Read More
Missing leading underscore in exported stdcall functions with minGW...


pythondllmingwstdcall

Read More
Correct calling convention for exporting windows DLL functions for Excel VBA without mangled names...


c++excelvbadllexportstdcall

Read More
Does stdcall use SSE registers? And does he restore them?...


winapistdcall

Read More
Windows function names followed by @ number symbol?...


winapiassemblynasmstdcall

Read More
DLL export __stdcall without DEF file and decorated function names with VS...


cvisual-studiodlldllexportstdcall

Read More
Call a StdCall Subroutine in Fortran...


fortranfortran90intel-fortranstdcallcdecl

Read More
Is passing a DLL function argument with "const" an equivalent to pointer?...


delphidllpass-by-referencecalling-conventionstdcall

Read More
Stack cleanup not working (__stdcall MASM function)...


cassemblyx86masmstdcall

Read More
ASM Function Call & Ret - What does ret 0xC do?...


assemblyx86stdcall

Read More
Calling a function that can be either cdecl or stdcall...


assemblyx86calling-conventionstdcallcdecl

Read More
How does this asm for a stdcall function clean args from the stack?...


cassemblyx86calling-conventionstdcall

Read More
Linker Error LNK2019 traced back to an __stdcall I think I got the right lib - what can I do to reso...


c++linkerlnk2019stdcallcvi

Read More
Why did Microsoft define WINAPI, CALLBACK, and APIENTRY to all refer to __stdcall?...


cwinapimacrosstdcall

Read More
Is there STDCALL in Linux?...


c++linuxportingstdcall

Read More
EndScene hook questions...


c++windowshookdirectx-9stdcall

Read More
Clarion 6.3 DLL, *CSTRING parameter exporte function - adds an invisible parameter?...


stringdllcalling-conventionstdcallclarion

Read More
What is advantage/use of __stdcall?...


c++stdcall

Read More
Calling functions from Rust DLL with Excel VBA...


excelvbadllruststdcall

Read More
Typedef function inside a class...


c++functionclasstypedefstdcall

Read More
Unexpected calling convention for PInvoke...


c#pinvokecalling-conventionstdcallcdecl

Read More
Pinvoke native method with pascal callingconvention...


c#pinvokestdcall

Read More
__stdcall typedef struct...


c++structtypedefstdcall

Read More
Closures with the STDCALL ABI on x86 Windows cause Stack Overflow exceptions with LibFFI 3.2.1...


cwindowsstack-overflowstdcalllibffi

Read More
Assembly: ecx not decreasing...


assemblyx86calling-conventionmasm32stdcall

Read More
Using std::bind with __stdcall function...


c++c++11stdcallstdbind

Read More
BackNext