mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-15 15:16:12 -04:00
33 lines
1.5 KiB
C++
33 lines
1.5 KiB
C++
// WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210930.14
|
|
|
|
#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
|