blob: 1a686aedf21ec36c35f94169b8d2891f1d29b492 (
plain)
1
2
3
4
5
6
7
8
|
#pragma once
// 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.
HRESULT ScaWebSvcExtCommit7(
__in SCA_WEBSVCEXT* psWseList
);
|