Структура winrt::guid (C++/WinRT)
Представляет глобальный уникальный идентификатор (GUID).
Дополнительные сведения и примеры кода см. в разделе взаимодействие с структурой GUID ABI.
struct guid
{
public:
uint32_t Data1;
uint16_t Data2;
uint16_t Data3;
uint8_t Data4[8];
guid() noexcept = default;
constexpr guid(uint32_t const Data1, uint16_t const Data2, uint16_t const Data3, std::array<uint8_t, 8> const& Data4) noexcept;
#ifdef WINRT_IMPL_IUNKNOWN_DEFINED
constexpr guid(GUID const& value) noexcept;
operator GUID const&() const noexcept;
#endif
constexpr explicit guid(std::string_view const value);
constexpr explicit guid(std::wstring_view const value);
};
inline bool operator==(guid const& left, guid const& right) noexcept;
inline bool operator!=(guid const& left, guid const& right) noexcept;
inline bool operator<(guid const& left, guid const& right) noexcept;
минимальный поддерживаемый пакет SDK: Windows SDK версии 10.0.17763.0 (Windows 10, версия 1809)
Пространство имен: WinRT
Заголовок: % Виндовссдкдир% include < WindowsTargetPlatformVersion > \кппвинрт\винрт\басе.х (включен по умолчанию)