IExtendedObject::GetInnerObject Method (Guid, IntPtr)

 

Retrieves the inner object corresponding to a GUID.

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

int GetInnerObject(
	[InAttribute] Guid% iid,
	[OutAttribute] IntPtr% ppvObject
)

Parameters

iid
Type: System::Guid

[in] The GUID of the desired inner object.

ppvObject
Type: System::IntPtr

[out] Reference to the inner object.

Return Value

Type: System::Int32

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

From designer.idl:

HRESULT IExtendedObject::GetInnerObject(
   [in] REFIID iid, 
   [out, iid_is(iid)] void ** ppvObject
;
Return to top
Show: