summaryrefslogtreecommitdiff
path: root/src/api/burn/balutil/inc/IBootstrapperApplicationFactory.h
blob: fd603e5031fc40292bd297f66a84f3d7989616d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#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.


#include "precomp.h"

DECLARE_INTERFACE_IID_(IBootstrapperApplicationFactory, IUnknown, "2965A12F-AC7B-43A0-85DF-E4B2168478A4")
{
    STDMETHOD(Create)(
        __in const BOOTSTRAPPER_CREATE_ARGS* pArgs,
        __inout BOOTSTRAPPER_CREATE_RESULTS *pResults
        );
};