FtmBase::CreateGlobalInterfaceTable Method
Visual Studio 2015
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).
static HRESULT CreateGlobalInterfaceTable( __out IGlobalInterfaceTable **git );
Parameters
git
When this operation completes, a pointer to a global interface table.
S_OK if successful; otherwise, an HRESULT that indicates the error.
For more information, see the "IGlobalInterfaceTable" topic in the "COM Interfaces" subtopic of the "COM Reference" topic in the MSDN Library.
Header: ftm.h
Namespace: Microsoft::WRL
Show: