Skip to content

Commit 4608dd3

Browse files
author
Colin Robertson
authored
Merge pull request MicrosoftDocs#1565 from goh-chunlin/patch-1
Updated parameters name.
2 parents be9f0cd + 5f5c59a commit 4608dd3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/windows/walkthrough-creating-windows-desktop-applications-cpp.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,8 @@ Next, you'll learn how to create the code for a Windows desktop application in V
148148

149149
```cpp
150150
LRESULT CALLBACK WndProc(
151-
_In_ HWND hwnd,
152-
_In_ UINT uMsg,
151+
_In_ HWND hWnd,
152+
_In_ UINT message,
153153
_In_ WPARAM wParam,
154154
_In_ LPARAM lParam
155155
);

0 commit comments

Comments
 (0)