IVsTextLayerMarker::QueryClientInterface Method (Guid, IntPtr)

 

Gets the client interface specified.

Namespace:   Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)

int QueryClientInterface(
	[InAttribute] Guid% iid,
	[OutAttribute] IntPtr% ppClient
)

Parameters

iid
Type: System::Guid

[in] The client iid.

ppClient
Type: System::IntPtr

[out] The client interface.

Return Value

Type: System::Int32

If 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
);
Return to top
Show: