Skip to content

Commit

Permalink
Fix link /previous-versions/windows/hardware/previsioning-framework/f…
Browse files Browse the repository at this point in the history
…f552338(v=vs.85) -> /windows/win32/api/setupapi/ns-setupapi-sp_altplatform_info_v2
  • Loading branch information
DJm00n committed Jun 30, 2021
1 parent 1321cfb commit f4dac17
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ A pointer to an INF file context that specifies a <i>manufacturer-identifier</i>

### -param AlternatePlatformInfo [in, optional]

A pointer to an <a href="/previous-versions/windows/hardware/previsioning-framework/ff552338(v=vs.85)">SP_ALTPLATFORM_INFO</a> structure that supplies information about a Windows version and processor architecture. The <b>cbSize</b> member of this structure must be set to <b>sizeof(</b>SP_ALTPLATFORM_INFO_V2<b>)</b>. This parameter is optional and can be set to <b>NULL</b>.
A pointer to an <a href="/windows/win32/api/setupapi/ns-setupapi-sp_altplatform_info_v2">SP_ALTPLATFORM_INFO</a> structure that supplies information about a Windows version and processor architecture. The <b>cbSize</b> member of this structure must be set to <b>sizeof(</b>SP_ALTPLATFORM_INFO_V2<b>)</b>. This parameter is optional and can be set to <b>NULL</b>.

### -param InfSectionWithExt [out, optional]

Expand Down Expand Up @@ -103,7 +103,7 @@ For information about retrieving an <a href="/windows-hardware/drivers/install/i



<a href="/previous-versions/windows/hardware/previsioning-framework/ff552338(v=vs.85)">SP_ALTPLATFORM_INFO</a>
<a href="/windows/win32/api/setupapi/ns-setupapi-sp_altplatform_info_v2">SP_ALTPLATFORM_INFO</a>



Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ A pointer to an INF file context that specifies a <i>manufacturer-identifier</i>

### -param AlternatePlatformInfo [in, optional]

A pointer to an <a href="/previous-versions/windows/hardware/previsioning-framework/ff552338(v=vs.85)">SP_ALTPLATFORM_INFO</a> structure that supplies information about a Windows version and processor architecture. The <b>cbSize</b> member of this structure must be set to <b>sizeof(</b>SP_ALTPLATFORM_INFO_V2<b>)</b>. This parameter is optional and can be set to <b>NULL</b>.
A pointer to an <a href="/windows/win32/api/setupapi/ns-setupapi-sp_altplatform_info_v2">SP_ALTPLATFORM_INFO</a> structure that supplies information about a Windows version and processor architecture. The <b>cbSize</b> member of this structure must be set to <b>sizeof(</b>SP_ALTPLATFORM_INFO_V2<b>)</b>. This parameter is optional and can be set to <b>NULL</b>.

### -param InfSectionWithExt [out, optional]

Expand Down Expand Up @@ -103,7 +103,7 @@ For information about retrieving an <a href="/windows-hardware/drivers/install/i



<a href="/previous-versions/windows/hardware/previsioning-framework/ff552338(v=vs.85)">SP_ALTPLATFORM_INFO</a>
<a href="/windows/win32/api/setupapi/ns-setupapi-sp_altplatform_info_v2">SP_ALTPLATFORM_INFO</a>



Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ A pointer to the <i>DDInstall</i> section name (as specified in an <a href="/win

### -param AlternatePlatformInfo [in, optional]

A pointer, if non-<b>NULL</b>, to an <a href="/previous-versions/windows/hardware/previsioning-framework/ff552338(v=vs.85)">SP_ALTPLATFORM_INFO</a> structure. This structure is used to specify an operating system and processor architecture that is different from that on the local computer. To return the <i>DDInstall </i>section name for the local computer, set this parameter to <b>NULL</b>. Otherwise, provide an SP_ALTPLATFORM structure and set its members as follows:
A pointer, if non-<b>NULL</b>, to an <a href="/windows/win32/api/setupapi/ns-setupapi-sp_altplatform_info_v2">SP_ALTPLATFORM_INFO</a> structure. This structure is used to specify an operating system and processor architecture that is different from that on the local computer. To return the <i>DDInstall </i>section name for the local computer, set this parameter to <b>NULL</b>. Otherwise, provide an SP_ALTPLATFORM structure and set its members as follows:



Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ A pointer to the <i>DDInstall</i> section name (as specified in an <a href="/win

### -param AlternatePlatformInfo [in, optional]

A pointer, if non-<b>NULL</b>, to an <a href="/previous-versions/windows/hardware/previsioning-framework/ff552338(v=vs.85)">SP_ALTPLATFORM_INFO</a> structure. This structure is used to specify an operating system and processor architecture that is different from that on the local computer. To return the <i>DDInstall </i>section name for the local computer, set this parameter to <b>NULL</b>. Otherwise, provide an SP_ALTPLATFORM structure and set its members as follows:
A pointer, if non-<b>NULL</b>, to an <a href="/windows/win32/api/setupapi/ns-setupapi-sp_altplatform_info_v2">SP_ALTPLATFORM_INFO</a> structure. This structure is used to specify an operating system and processor architecture that is different from that on the local computer. To return the <i>DDInstall </i>section name for the local computer, set this parameter to <b>NULL</b>. Otherwise, provide an SP_ALTPLATFORM structure and set its members as follows:



Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ Call the <a href="/windows/desktop/api/setupapi/nf-setupapi-setupgetinfpublished
## -see-also

<a href="/previous-versions/windows/hardware/previsioning-framework/ff552338(v=vs.85)">SP_ALTPLATFORM_INFO</a>
<a href="/windows/win32/api/setupapi/ns-setupapi-sp_altplatform_info_v2">SP_ALTPLATFORM_INFO</a>



Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ Call the <a href="/windows/desktop/api/setupapi/nf-setupapi-setupgetinfpublished
## -see-also

<a href="/previous-versions/windows/hardware/previsioning-framework/ff552338(v=vs.85)">SP_ALTPLATFORM_INFO</a>
<a href="/windows/win32/api/setupapi/ns-setupapi-sp_altplatform_info_v2">SP_ALTPLATFORM_INFO</a>



Expand Down

0 comments on commit f4dac17

Please sign in to comment.