Condividi tramite


FtmBase::CreateGlobalInterfaceTable 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 FtmBase::CreateGlobalInterfaceTable Method.

Creates a global interface table (GIT).

Syntax

static HRESULT CreateGlobalInterfaceTable(  
   __out IGlobalInterfaceTable **git  
);  

Parameters

git
When this operation completes, a pointer to a global interface table.

Return Value

S_OK if successful; otherwise, an HRESULT that indicates the error.

Remarks

For more information, see the "IGlobalInterfaceTable" topic in the "COM Interfaces" subtopic of the "COM Reference" topic in the MSDN Library.

Requirements

Header: ftm.h

Namespace: Microsoft::WRL

See Also

FtmBase Class