.
For any given implementation of this function, it is usually the case that the same pmkOther monikers are treated specially as would be in IMoniker::ComposeWith(). File Monikers, for example, might treat other File Monikers specially in both cases.
See also MonikerRelativePathTo().
| 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. |