diff --git a/sdk-api-src/content/shobjidl_core/nf-shobjidl_core-icustomdestinationlist-appendknowncategory.md b/sdk-api-src/content/shobjidl_core/nf-shobjidl_core-icustomdestinationlist-appendknowncategory.md
index 05ca08b1027d..443e3b00b477 100644
--- a/sdk-api-src/content/shobjidl_core/nf-shobjidl_core-icustomdestinationlist-appendknowncategory.md
+++ b/sdk-api-src/content/shobjidl_core/nf-shobjidl_core-icustomdestinationlist-appendknowncategory.md
@@ -60,17 +60,17 @@ Type: KNOWNDESTCATEGORY
One of the following values that indicate which known category to add to the list:
-
-
#### KDC_FREQUENT (1)
-0x1. Add the Frequent category.
+1 - Add the Frequent category.
+#### KDC_RECENT (2)
+2 - Add the Recent category.
-#### KDC_RECENT (2)
+#### KDC_NONE (-1)
-0x2. Add the Recent category.
+-1 - Do not use a category. Note, this value is not represented in KNOWNDESTCATEGORY, use `static_cast(-1)` to represent this.
## -returns
@@ -116,4 +116,4 @@ The contents of the Frequent and Recent categories are calculated
-Taskbar Extensions
\ No newline at end of file
+Taskbar Extensions