Skip to content

Update nf-shobjidl_core-icustomdestinationlist-appendknowncategory.md, adding KDC_NONE (-1) for "no category" #1995

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 31, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -60,17 +60,17 @@ Type: <b>KNOWNDESTCATEGORY</b>

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



#### KDC_FREQUENT (1)

0x1. Add the <b>Frequent</b> category.
1 - Add the <b>Frequent</b> category.

#### KDC_RECENT (2)

2 - Add the <b>Recent</b> category.

#### KDC_RECENT (2)
#### KDC_NONE (-1)

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

## -returns

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



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