Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion sdk-api-src/content/shlwapi/nf-shlwapi-assocquerykeya.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ An application's ProgID, such as <b>Word.Document.8</b>.

#### Executable name

The name of an application's .exe file. The <a href="/windows/win32/api/shlwapi/ne-shlwapi-url_scheme">ASSOCF_OPEN_BYEXENAME</a> flag must be set in <i>flags</i>.
The name of an application's .exe file. The <a href="/windows/win32/shell/assocf_str">ASSOCF_OPEN_BYEXENAME</a> flag must be set in <i>flags</i>.

### -param pszExtra [in]

Expand Down
4 changes: 2 additions & 2 deletions sdk-api-src/content/shlwapi/nf-shlwapi-assocquerykeyw.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ An application's ProgID, such as <b>Word.Document.8</b>.

#### Executable name

The name of an application's .exe file. The <a href="/windows/win32/api/shlwapi/ne-shlwapi-url_scheme">ASSOCF_OPEN_BYEXENAME</a> flag must be set in <i>flags</i>.
The name of an application's .exe file. The <a href="/windows/win32/shell/assocf_str">ASSOCF_OPEN_BYEXENAME</a> flag must be set in <i>flags</i>.

### -param pszExtra [in]

Expand All @@ -120,7 +120,7 @@ A CLSID GUID in the standard "{GUID}" format.

##### - pszAssoc.Executable name

The name of an application's .exe file. The <a href="/windows/win32/api/shlwapi/ne-shlwapi-url_scheme">ASSOCF_OPEN_BYEXENAME</a> flag must be set in <i>flags</i>.
The name of an application's .exe file. The <a href="/windows/win32/shell/assocf_str">ASSOCF_OPEN_BYEXENAME</a> flag must be set in <i>flags</i>.


##### - pszAssoc.File name extension
Expand Down
4 changes: 2 additions & 2 deletions sdk-api-src/content/shlwapi/nf-shlwapi-assocquerystringa.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <a href="/windows/win32/shell/fa-progids">Word.Document.8</a>.
4. **Executable name**: The name of an application's .exe file. The <a href="/windows/win32/api/shlwapi/ne-shlwapi-url_scheme">ASSOCF_OPEN_BYEXENAME</a> flag must be set in <i>flags</i>.
4. **Executable name**: The name of an application's .exe file. The <a href="/windows/win32/shell/assocf_str">ASSOCF_OPEN_BYEXENAME</a> flag must be set in <i>flags</i>.

### -param pszExtra [in, optional]

Expand All @@ -104,7 +104,7 @@ Type: <b>DWORD*</b>

A pointer to a value that, when calling the function, is set to the number of characters in the <i>pszOut</i> buffer. When the function returns successfully, the value is set to the number of characters actually placed in the buffer.

If the <a href="/windows/win32/api/shlwapi/ne-shlwapi-url_scheme">ASSOCF_NOTRUNCATE</a> flag is set in <i>flags</i> and the buffer specified in <i>pszOut</i> is too small, the function returns E_POINTER and the value is set to the required size of the buffer.
If the <a href="/windows/win32/shell/assocf_str">ASSOCF_NOTRUNCATE</a> flag is set in <i>flags</i> and the buffer specified in <i>pszOut</i> is too small, the function returns E_POINTER and the value is set to the required size of the buffer.

If <i>pszOut</i> is <b>NULL</b>, the function returns S_FALSE and <i>pcchOut</i> points to the required size, in characters, of the buffer.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ A pointer to a value that, on entry, specifies the number of characters in the <



If the <a href="/windows/win32/api/shlwapi/ne-shlwapi-url_scheme">ASSOCF_NOTRUNCATE</a> flag is set in <i>flags</i> and the buffer specified in <i>pszOut</i> is too small, the function returns E_POINTER and the value is set to the required size of the buffer.
If the <a href="/windows/win32/shell/assocf_str">ASSOCF_NOTRUNCATE</a> flag is set in <i>flags</i> and the buffer specified in <i>pszOut</i> is too small, the function returns E_POINTER and the value is set to the required size of the buffer.

If <i>pszOut</i> is <b>NULL</b>, the function returns S_FALSE and <i>pcchOut</i> points to the required size of the buffer.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ A pointer to a value that, on entry, specifies the number of characters in the <



If the <a href="/windows/win32/api/shlwapi/ne-shlwapi-url_scheme">ASSOCF_NOTRUNCATE</a> flag is set in <i>flags</i> and the buffer specified in <i>pszOut</i> is too small, the function returns E_POINTER and the value is set to the required size of the buffer.
If the <a href="/windows/win32/shell/assocf_str">ASSOCF_NOTRUNCATE</a> flag is set in <i>flags</i> and the buffer specified in <i>pszOut</i> is too small, the function returns E_POINTER and the value is set to the required size of the buffer.

If <i>pszOut</i> is <b>NULL</b>, the function returns S_FALSE and <i>pcchOut</i> points to the required size of the buffer.

Expand Down
6 changes: 3 additions & 3 deletions sdk-api-src/content/shlwapi/nf-shlwapi-assocquerystringw.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ An application's ProgID, such as <b>Word.Document.8</b>.

#### Executable name

The name of an application's .exe file. The <a href="/windows/win32/api/shlwapi/ne-shlwapi-url_scheme">ASSOCF_OPEN_BYEXENAME</a> flag must be set in <i>flags</i>.
The name of an application's .exe file. The <a href="/windows/win32/shell/assocf_str">ASSOCF_OPEN_BYEXENAME</a> flag must be set in <i>flags</i>.

### -param pszExtra [in, optional]

Expand All @@ -123,7 +123,7 @@ Type: <b>DWORD*</b>

A pointer to a value that, when calling the function, is set to the number of characters in the <i>pszOut</i> buffer. When the function returns successfully, the value is set to the number of characters actually placed in the buffer.

If the <a href="/windows/win32/api/shlwapi/ne-shlwapi-url_scheme">ASSOCF_NOTRUNCATE</a> flag is set in <i>flags</i> and the buffer specified in <i>pszOut</i> is too small, the function returns E_POINTER and the value is set to the required size of the buffer.
If the <a href="/windows/win32/shell/assocf_str">ASSOCF_NOTRUNCATE</a> flag is set in <i>flags</i> and the buffer specified in <i>pszOut</i> is too small, the function returns E_POINTER and the value is set to the required size of the buffer.

If <i>pszOut</i> is <b>NULL</b>, the function returns S_FALSE and <i>pcchOut</i> points to the required size, in characters, of the buffer.

Expand All @@ -135,7 +135,7 @@ A CLSID GUID in the standard "{GUID}" format.

##### - pszAssoc.Executable name

The name of an application's .exe file. The <a href="/windows/win32/api/shlwapi/ne-shlwapi-url_scheme">ASSOCF_OPEN_BYEXENAME</a> flag must be set in <i>flags</i>.
The name of an application's .exe file. The <a href="/windows/win32/shell/assocf_str">ASSOCF_OPEN_BYEXENAME</a> flag must be set in <i>flags</i>.


##### - pszAssoc.File name extension
Expand Down