SimpleActivationFactory::GetTrustLevel Method

 

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 SimpleActivationFactory::GetTrustLevel Method.

Gets the trust level of an instance of the class specified by the Base class template parameter.

Syntax

STDMETHOD(  
   GetTrustLevel  
)(_Out_ TrustLevel* trustLvl);  

Parameters

trustLvl
When this operation completes, the trust level of the current class object.

Return Value

Always S_OK.

Requirements

Header: module.h

Namespace: Microsoft::WRL

See Also

SimpleActivationFactory Class