Is it possible to find out how many and wich arguments has/should have any function exported from dll/ocx library? I mean, without to know declaration of the function?
Does anyone know how to load BIOS-defaults after CMOS-battery is empty (without user actions like F1 etc. - PC should work without keyboard)? PC and battery are of course OK at time, the problem is - PC should boot everytime after battery is dead... I think, it is possible to save BIOS values on...
I write a non-MFC Win32 application and try to use Timer to redraw some controls. But
callback function TimerProc is not called. I have often used timers before and all have
worked fine.
I start timer with the code...
I write a non-MFC Win32 application and try to use Timer to redraw some controls. But callback function TimerProc is not called. I have often used timers before and all have worked fine.
I start timer with the code
UINT g_Timer = 0; //global
void CALLBACK TimerProc(HWND hWnd, UINT nMsg, UINT...
How can I stop debugged Process without stopping my debugger? I make a Program with some debug functions, it is not WinDbg or Visual Studio debugger. This code does not work:
GetThreadContext( m_Process_Information.hThread, &Context );
if(!TerminateProcess(hProcess, 0x1)) {...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.