We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b6f3ead + 58260dd commit be3310aCopy full SHA for be3310a
1 file changed
network/config/bindview/BINDVIEW.CPP
@@ -1444,7 +1444,7 @@ VOID ShowComponentMenu (HWND hwndOwner,
1444
LPARAM lParam)
1445
{
1446
ULONG ulSelection;
1447
- POINT pt;
+ POINT pt{};
1448
1449
GetCursorPos( &pt );
1450
ulSelection = (ULONG)TrackPopupMenu( hComponentSubMenu,
@@ -1496,7 +1496,7 @@ VOID ShowBindingPathMenu (HWND hwndOwner,
1496
1497
MENUITEMINFOW menuItemInfo;
1498
1499
1500
1501
//
1502
// Build the shortcut menu depending on whether path is
@@ -1787,7 +1787,7 @@ HTREEITEM AddToTreeEx (HWND hwndTree,
1787
LPWSTR lpszId;
1788
GUID guidClass;
1789
BOOL fEnabled;
1790
- ULONG ulStatus;
+ ULONG ulStatus{};
1791
HTREEITEM hTreeItem;
1792
TV_INSERTSTRUCTW tvInsertStruc;
1793
HRESULT hr;
0 commit comments