sh192
2010-12-01 13:03:37 UTC
Hi,
I try to call DLL functions in a UMDF driver, but my driver does not
even load (error 31 in device manager) when the functions are defined
as __cdecl instead of __stdcall.
Why does this happen?
May I call __cdecl function from UMDF in general?
What else may I do to avoid this problems, than to build my DLL with
__stdcalls?
Thanks in advice
I try to call DLL functions in a UMDF driver, but my driver does not
even load (error 31 in device manager) when the functions are defined
as __cdecl instead of __stdcall.
Why does this happen?
May I call __cdecl function from UMDF in general?
What else may I do to avoid this problems, than to build my DLL with
__stdcalls?
Thanks in advice