IVsTextLayerMarker::QueryClientInterface Method (Guid, IntPtr)
Visual Studio 2015
Gets the client interface specified.
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Parameters
- iid
-
Type:
System::Guid
[in] The client iid.
- ppClient
-
Type:
System::IntPtr
[out] The client interface.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From textmgr.idl:
HRESULT IVsTextLayerMarker::QueryClientInterface( [in] REFIID iid, [out, iid_is(iid)] void **ppClient );
Show: