Argument | Type | Description |
pmkOther | IMoniker* | The moniker to which a relative path should be taken. |
ppmkRelPath | IMoniker* | May not be NULL. The place at which the relative path is returned. |
return value | HRESULT | MK_S_HIM, indicating that the only form of relative path is in fact just the other moniker, pmkOther. S_OK, indicating that a non-trivial relative path exists. |