diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2023-01-15 19:17:29 -0600 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2023-01-18 18:10:56 -0600 |
commit | d180bc6df297422f189ffd08a0dd558bfbeba1ca (patch) | |
tree | 9eac5847ce2335548232480b0ccb197f5dda23a0 /src/ext/NetFx/be/runnetcoresearch.h | |
parent | 853887b4e84df1965794802b7683f3a9aca3e930 (diff) | |
download | wix-d180bc6df297422f189ffd08a0dd558bfbeba1ca.tar.gz wix-d180bc6df297422f189ffd08a0dd558bfbeba1ca.tar.bz2 wix-d180bc6df297422f189ffd08a0dd558bfbeba1ca.zip |
Add netfx:DotNetCoreSdkFeatureBandSearch.
7058
Diffstat (limited to 'src/ext/NetFx/be/runnetcoresearch.h')
-rw-r--r-- | src/ext/NetFx/be/runnetcoresearch.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ext/NetFx/be/runnetcoresearch.h b/src/ext/NetFx/be/runnetcoresearch.h new file mode 100644 index 00000000..78e6b24a --- /dev/null +++ b/src/ext/NetFx/be/runnetcoresearch.h | |||
@@ -0,0 +1,9 @@ | |||
1 | #pragma once | ||
2 | // Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. | ||
3 | |||
4 | HRESULT RunNetCoreSearch( | ||
5 | __in NETFX_NET_CORE_PLATFORM platform, | ||
6 | __in LPCWSTR wzBaseDirectory, | ||
7 | __in LPCWSTR wzArguments, | ||
8 | __inout LPWSTR* psczLatestVersion | ||
9 | ); | ||