Skip to content

Commit 79ab08c

Browse files
authored
Update nf-shobjidl_core-icustomdestinationlist-appendknowncategory.md (#1995)
adding KDC_NONE
1 parent 887972c commit 79ab08c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

sdk-api-src/content/shobjidl_core/nf-shobjidl_core-icustomdestinationlist-appendknowncategory.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -60,17 +60,17 @@ Type: <b>KNOWNDESTCATEGORY</b>
6060

6161
One of the following values that indicate which known category to add to the list:
6262

63-
64-
6563
#### KDC_FREQUENT (1)
6664

67-
0x1. Add the <b>Frequent</b> category.
65+
1 - Add the <b>Frequent</b> category.
6866

67+
#### KDC_RECENT (2)
6968

69+
2 - Add the <b>Recent</b> category.
7070

71-
#### KDC_RECENT (2)
71+
#### KDC_NONE (-1)
7272

73-
0x2. Add the <b>Recent</b> category.
73+
-1 - Do not use a category. Note, this value is not represented in KNOWNDESTCATEGORY, use `static_cast<KNOWNDESTCATEGORY>(-1)` to represent this.
7474

7575
## -returns
7676

@@ -116,4 +116,4 @@ The contents of the <b>Frequent</b> and <b>Recent</b> categories are calculated
116116

117117

118118

119-
<a href="/windows/desktop/shell/taskbar-extensions">Taskbar Extensions</a>
119+
<a href="/windows/desktop/shell/taskbar-extensions">Taskbar Extensions</a>

0 commit comments

Comments
 (0)