Sebastian Lackner sebastian@fds-team.de wrote:
+BOOLEAN CDECL RtlInstallFunctionTableCallback( DWORD64 table, DWORD64 base, DWORD length,
PGET_RUNTIME_FUNCTION_CALLBACK callback, PVOID context, PCWSTR dll )
+{
http://msdn.microsoft.com/en-us/library/windows/desktop/ms680595%28v=vs.85%2... claims that RtlInstallFunctionTableCallback is WINAPI, not CDECL, which one is correct?