質問編集履歴

1

加筆修正(DefWindowProc)

2018/07/20 10:47

投稿

Weapon
Weapon

スコア106

test CHANGED
File without changes
test CHANGED
@@ -314,11 +314,11 @@
314
314
 
315
315
 
316
316
 
317
- LRESULT CALLBACK ChildWindowProc1(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) {}
317
+ LRESULT CALLBACK ChildWindowProc1(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) {return DefWindowProc(hwnd, uMsg, wParam, lParam);}
318
-
319
-
320
-
318
+
319
+
320
+
321
- LRESULT CALLBACK ChildWindowProc2(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) {}
321
+ LRESULT CALLBACK ChildWindowProc2(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) {return DefWindowProc(hwnd, uMsg, wParam, lParam);}
322
322
 
323
323
  ```
324
324