22 lines
586 B
C++
22 lines
586 B
C++
// THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
|
|
// ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
|
|
// THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
|
|
// PARTICULAR PURPOSE.
|
|
//
|
|
// Copyright (c) Microsoft Corporation. All rights reserved
|
|
#pragma once
|
|
#include <windows.h>
|
|
#include <winhttp.h>
|
|
#include <netlistmgr.h>
|
|
#include <wil/result_macros.h>
|
|
#include <wil/stl.h>
|
|
#include <wil/resource.h>
|
|
#include <wil/com.h>
|
|
#include <wrl.h>
|
|
#include <string>
|
|
#include <iostream>
|
|
#include <sstream>
|
|
#include <stdlib.h>
|
|
#include "Utility.h"
|
|
|