Freigeben über


RoInitializeWrapper Class

 

The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.

The latest version of this topic can be found at RoInitializeWrapper Class.

Initializes the Windows Runtime.

Syntax

class RoInitializeWrapper  

Remarks

RoInitializeWrapper is a convenience that initializes the Windows Runtime and returns an HRESULT that indicates whether the operation was successful.

Members

Public Constructors

Name Description
RoInitializeWrapper::RoInitializeWrapper Constructor Initializes a new instance of the RoInitializeWrapper class.
RoInitializeWrapper::~RoInitializeWrapper Destructor Destroys the current instance of the RoInitializeWrapper class.

Public Operators

Name Description
RoInitializeWrapper::HRESULT() Operator Retrieves the HRESULT produced by the RoInitializeWrapper constructor.

Inheritance Hierarchy

RoInitializeWrapper

Requirements

Header: corewrappers.h

Namespace: Microsoft::WRL::Wrappers

See Also

Microsoft::WRL::Wrappers Namespace