Skip to content

Commit bb92a31

Browse files
Merge pull request #3014 from MicrosoftDocs/main
Auto Publish – main to live - 2025-07-17 05:00 UTC
2 parents 6db70de + 39ce488 commit bb92a31

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

.openpublishing.redirection.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -387,32 +387,32 @@
387387
},
388388
{
389389
"source_path": "desktop-src/direct3dtools/pix/pix-configuring.md",
390-
"redirect_url": "desktop-src/direct3dtools/pix/articles/general/pix-configuring.md",
390+
"redirect_url": "desktop-src/direct3dtools/pix/articles/general/pix-configuring",
391391
"redirect_document_id": false
392392
},
393393
{
394394
"source_path": "desktop-src/direct3dtools/pix/pix-custom-visualizers.md",
395-
"redirect_url": "desktop-src/direct3dtools/pix/articles/gpu-captures/pix-custom-visualizers.md",
395+
"redirect_url": "desktop-src/direct3dtools/pix/articles/gpu-captures/pix-custom-visualizers",
396396
"redirect_document_id": false
397397
},
398398
{
399399
"source_path": "desktop-src/direct3dtools/pix/pix-gpu-captures.md",
400-
"redirect_url": "desktop-src/direct3dtools/pix/articles/gpu-captures/pix-gpu-captures.md",
400+
"redirect_url": "desktop-src/direct3dtools/pix/articles/gpu-captures/pix-gpu-captures",
401401
"redirect_document_id": false
402402
},
403403
{
404404
"source_path": "desktop-src/direct3dtools/pix/pix-instrumenting.md",
405-
"redirect_url": "desktop-src/direct3dtools/pix/articles/general/pix-instrumenting.md",
405+
"redirect_url": "desktop-src/direct3dtools/pix/articles/general/pix-instrumenting",
406406
"redirect_document_id": false
407407
},
408408
{
409409
"source_path": "desktop-src/direct3dtools/pix/pix-overview.md",
410-
"redirect_url": "desktop-src/direct3dtools/pix/articles/general/pix-overview.md",
410+
"redirect_url": "desktop-src/direct3dtools/pix/articles/general/pix-overview",
411411
"redirect_document_id": false
412412
},
413413
{
414414
"source_path": "desktop-src/direct3dtools/pix/pix-timing-captures.md",
415-
"redirect_url": "desktop-src/direct3dtools/pix/articles/timing-captures/pix-timing-captures.md",
415+
"redirect_url": "desktop-src/direct3dtools/pix/articles/timing-captures/pix-timing-captures",
416416
"redirect_document_id": false
417417
},
418418
{

desktop-src/Controls/cb-getcuebanner.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ A pointer to a Unicode string buffer that receives the cue banner text. The call
3434
*lParam* \[in\]
3535
</dt> <dd>
3636

37-
The size of the buffer pointed to by *lpcwText* in **WCHARs**.
37+
The size of the buffer pointed to by *wParam* in **WCHARs**.
3838

3939
</dd> </dl>
4040

desktop-src/Controls/lb-getanchorindex.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Not used; must be zero.
4040

4141
## Return value
4242

43-
The return value is the index of the anchor item.
43+
The return value is the zero-based index of the anchor item, or LB_ERR if an error occurs.
4444

4545
## Requirements
4646

desktop-src/Controls/lb-setanchorindex.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Sets the anchor item that is, the item from which a multiple selection starts. A
2727
*wParam*
2828
</dt> <dd>
2929

30-
Specifies the index of the new anchor item.
30+
Specifies the zero-based index of the new anchor item.
3131

3232
Windows 95/Windows 98/Windows Millennium Edition (Windows Me) : The *wParam* parameter is limited to 16-bit values. This means list boxes cannot contain more than 32,767 items. Although the number of items is restricted, the total size in bytes of the items in a list box is limited only by available memory.
3333

desktop-src/Controls/lb-setcaretindex.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: LB_SETCARETINDEX message (Winuser.h)
3-
description: Sets the focus rectangle to the item at the specified index in a multiple-selection list box. If the item is not visible, it is scrolled into view.
3+
description: Sets the focus rectangle to the item at the specified index in a list box. If the item is not visible, it is scrolled into view.
44
ms.assetid: 'vs|controls|~\controls\listboxes\listboxreference\listboxmessages\lb_setcaretindex.htm'
55
keywords:
66
- LB_SETCARETINDEX message Windows Controls

0 commit comments

Comments
 (0)