Files
nearby/internal/platform/implementation/windows/generated/winrt/impl/Windows.System.Profile.SystemManufacturers.2.h
T
jfcarroll 28da839987 Latest update for winrt
PiperOrigin-RevId: 452591835
2022-06-02 12:05:19 -07:00

33 lines
1.5 KiB
C++

// WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.220531.1
#pragma once
#ifndef WINRT_Windows_System_Profile_SystemManufacturers_2_H
#define WINRT_Windows_System_Profile_SystemManufacturers_2_H
#include "winrt/impl/Windows.System.Profile.SystemManufacturers.1.h"
WINRT_EXPORT namespace winrt::Windows::System::Profile::SystemManufacturers
{
struct __declspec(empty_bases) OemSupportInfo : winrt::Windows::System::Profile::SystemManufacturers::IOemSupportInfo
{
OemSupportInfo(std::nullptr_t) noexcept {}
OemSupportInfo(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::System::Profile::SystemManufacturers::IOemSupportInfo(ptr, take_ownership_from_abi) {}
};
struct SmbiosInformation
{
SmbiosInformation() = delete;
[[nodiscard]] static auto SerialNumber();
};
struct __declspec(empty_bases) SystemSupportDeviceInfo : winrt::Windows::System::Profile::SystemManufacturers::ISystemSupportDeviceInfo
{
SystemSupportDeviceInfo(std::nullptr_t) noexcept {}
SystemSupportDeviceInfo(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::System::Profile::SystemManufacturers::ISystemSupportDeviceInfo(ptr, take_ownership_from_abi) {}
};
struct SystemSupportInfo
{
SystemSupportInfo() = delete;
[[nodiscard]] static auto LocalSystemEdition();
[[nodiscard]] static auto OemSupportInfo();
[[nodiscard]] static auto LocalDeviceInfo();
};
}
#endif