Waitrud Weber’s blog

things and reminders for memories

3d: WindowsAPI: modification: creation: step works 001

github.com

We choosed the numbering-administration on windows,

1. we copied display_threeD functions .
2. we numered them 002 on the below.

 

display_threeD.h
extern int display_threeD_screen_initialize_002 () ;
extern int getchar_display_threeD_proc_002( HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam );
extern int wmpaint_display_threeD_proc_002 ( HWND hWnd, HDC hDC, PAINTSTRUCT* ps, UINT uMsg, WPARAM wParam, LPARAM lParam ) ;

 

So, we are going to touch the above functions all, only.
And, we inspected call-parts by use of exit(-2).
So, All you have to do is search parts of "exit(-2)".


Our interfaces ensureed the all-closed lootin on the process.
C++ is bettter, at least we'd rather love.