IDispatchEx::GetNameSpaceParent
Retrieves the interface for the namespace parent of an object.
Syntax
HRESULT GetNameSpaceParent(
IUnknown **ppunk
);
Parameters
ppunk
Address of an IUnknown
interface pointer that receives the namespace parent's interface.
Return Value
Returns S_OK
if successful or an OLE-defined error code otherwise.