From aa380a326607509d6f4e7ca315943b4f50916576 Mon Sep 17 00:00:00 2001 From: Nikita Leontiev Date: Tue, 7 Oct 2025 07:52:41 +0300 Subject: [PATCH] ASSOCF URL corrected --- sdk-api-src/content/shlwapi/nf-shlwapi-assocquerykeya.md | 2 +- sdk-api-src/content/shlwapi/nf-shlwapi-assocquerykeyw.md | 4 ++-- sdk-api-src/content/shlwapi/nf-shlwapi-assocquerystringa.md | 4 ++-- .../content/shlwapi/nf-shlwapi-assocquerystringbykeya.md | 2 +- .../content/shlwapi/nf-shlwapi-assocquerystringbykeyw.md | 2 +- sdk-api-src/content/shlwapi/nf-shlwapi-assocquerystringw.md | 6 +++--- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/sdk-api-src/content/shlwapi/nf-shlwapi-assocquerykeya.md b/sdk-api-src/content/shlwapi/nf-shlwapi-assocquerykeya.md index f54ecc38a186..95446bd91a4e 100644 --- a/sdk-api-src/content/shlwapi/nf-shlwapi-assocquerykeya.md +++ b/sdk-api-src/content/shlwapi/nf-shlwapi-assocquerykeya.md @@ -97,7 +97,7 @@ An application's ProgID, such as Word.Document.8. #### Executable name -The name of an application's .exe file. The ASSOCF_OPEN_BYEXENAME flag must be set in flags. +The name of an application's .exe file. The ASSOCF_OPEN_BYEXENAME flag must be set in flags. ### -param pszExtra [in] diff --git a/sdk-api-src/content/shlwapi/nf-shlwapi-assocquerykeyw.md b/sdk-api-src/content/shlwapi/nf-shlwapi-assocquerykeyw.md index 850faeebe5df..588be6075e54 100644 --- a/sdk-api-src/content/shlwapi/nf-shlwapi-assocquerykeyw.md +++ b/sdk-api-src/content/shlwapi/nf-shlwapi-assocquerykeyw.md @@ -98,7 +98,7 @@ An application's ProgID, such as Word.Document.8. #### Executable name -The name of an application's .exe file. The ASSOCF_OPEN_BYEXENAME flag must be set in flags. +The name of an application's .exe file. The ASSOCF_OPEN_BYEXENAME flag must be set in flags. ### -param pszExtra [in] @@ -120,7 +120,7 @@ A CLSID GUID in the standard "{GUID}" format. ##### - pszAssoc.Executable name -The name of an application's .exe file. The ASSOCF_OPEN_BYEXENAME flag must be set in flags. +The name of an application's .exe file. The ASSOCF_OPEN_BYEXENAME flag must be set in flags. ##### - pszAssoc.File name extension diff --git a/sdk-api-src/content/shlwapi/nf-shlwapi-assocquerystringa.md b/sdk-api-src/content/shlwapi/nf-shlwapi-assocquerystringa.md index e064a55a6af0..b3983cb347ff 100644 --- a/sdk-api-src/content/shlwapi/nf-shlwapi-assocquerystringa.md +++ b/sdk-api-src/content/shlwapi/nf-shlwapi-assocquerystringa.md @@ -84,7 +84,7 @@ A pointer to a null-terminated string that is used to determine the root key. Th 1. **File name extension**: A file name extension, such as .txt. 2. **CLSID**: A CLSID GUID in the standard "{GUID}" format. 3. **ProgID**: An application's ProgID, such as Word.Document.8. -4. **Executable name**: The name of an application's .exe file. The ASSOCF_OPEN_BYEXENAME flag must be set in flags. +4. **Executable name**: The name of an application's .exe file. The ASSOCF_OPEN_BYEXENAME flag must be set in flags. ### -param pszExtra [in, optional] @@ -104,7 +104,7 @@ Type: DWORD* A pointer to a value that, when calling the function, is set to the number of characters in the pszOut buffer. When the function returns successfully, the value is set to the number of characters actually placed in the buffer. -If the ASSOCF_NOTRUNCATE flag is set in flags and the buffer specified in pszOut is too small, the function returns E_POINTER and the value is set to the required size of the buffer. +If the ASSOCF_NOTRUNCATE flag is set in flags and the buffer specified in pszOut is too small, the function returns E_POINTER and the value is set to the required size of the buffer. If pszOut is NULL, the function returns S_FALSE and pcchOut points to the required size, in characters, of the buffer. diff --git a/sdk-api-src/content/shlwapi/nf-shlwapi-assocquerystringbykeya.md b/sdk-api-src/content/shlwapi/nf-shlwapi-assocquerystringbykeya.md index 9c7db4b77e82..4382d7c0c563 100644 --- a/sdk-api-src/content/shlwapi/nf-shlwapi-assocquerystringbykeya.md +++ b/sdk-api-src/content/shlwapi/nf-shlwapi-assocquerystringbykeya.md @@ -96,7 +96,7 @@ A pointer to a value that, on entry, specifies the number of characters in the < -If the ASSOCF_NOTRUNCATE flag is set in flags and the buffer specified in pszOut is too small, the function returns E_POINTER and the value is set to the required size of the buffer. +If the ASSOCF_NOTRUNCATE flag is set in flags and the buffer specified in pszOut is too small, the function returns E_POINTER and the value is set to the required size of the buffer. If pszOut is NULL, the function returns S_FALSE and pcchOut points to the required size of the buffer. diff --git a/sdk-api-src/content/shlwapi/nf-shlwapi-assocquerystringbykeyw.md b/sdk-api-src/content/shlwapi/nf-shlwapi-assocquerystringbykeyw.md index e50e4384ac90..5e5ed6ea5af1 100644 --- a/sdk-api-src/content/shlwapi/nf-shlwapi-assocquerystringbykeyw.md +++ b/sdk-api-src/content/shlwapi/nf-shlwapi-assocquerystringbykeyw.md @@ -98,7 +98,7 @@ A pointer to a value that, on entry, specifies the number of characters in the < -If the ASSOCF_NOTRUNCATE flag is set in flags and the buffer specified in pszOut is too small, the function returns E_POINTER and the value is set to the required size of the buffer. +If the ASSOCF_NOTRUNCATE flag is set in flags and the buffer specified in pszOut is too small, the function returns E_POINTER and the value is set to the required size of the buffer. If pszOut is NULL, the function returns S_FALSE and pcchOut points to the required size of the buffer. diff --git a/sdk-api-src/content/shlwapi/nf-shlwapi-assocquerystringw.md b/sdk-api-src/content/shlwapi/nf-shlwapi-assocquerystringw.md index 4c3e7764cd90..02e1346a6b3f 100644 --- a/sdk-api-src/content/shlwapi/nf-shlwapi-assocquerystringw.md +++ b/sdk-api-src/content/shlwapi/nf-shlwapi-assocquerystringw.md @@ -103,7 +103,7 @@ An application's ProgID, such as Word.Document.8. #### Executable name -The name of an application's .exe file. The ASSOCF_OPEN_BYEXENAME flag must be set in flags. +The name of an application's .exe file. The ASSOCF_OPEN_BYEXENAME flag must be set in flags. ### -param pszExtra [in, optional] @@ -123,7 +123,7 @@ Type: DWORD* A pointer to a value that, when calling the function, is set to the number of characters in the pszOut buffer. When the function returns successfully, the value is set to the number of characters actually placed in the buffer. -If the ASSOCF_NOTRUNCATE flag is set in flags and the buffer specified in pszOut is too small, the function returns E_POINTER and the value is set to the required size of the buffer. +If the ASSOCF_NOTRUNCATE flag is set in flags and the buffer specified in pszOut is too small, the function returns E_POINTER and the value is set to the required size of the buffer. If pszOut is NULL, the function returns S_FALSE and pcchOut points to the required size, in characters, of the buffer. @@ -135,7 +135,7 @@ A CLSID GUID in the standard "{GUID}" format. ##### - pszAssoc.Executable name -The name of an application's .exe file. The ASSOCF_OPEN_BYEXENAME flag must be set in flags. +The name of an application's .exe file. The ASSOCF_OPEN_BYEXENAME flag must be set in flags. ##### - pszAssoc.File name extension