pythoncom.CreateURLMonikerEx

PyIMoniker = CreateURLMonikerEx(Context, URL , Flags )

Create a URL moniker from a full url or partial url and base moniker

Parameters

Context : PyIMoniker

An IMoniker interface to be used as a base with a partial URL, can be None

URL : PyUNICODE

Full or partial url for which to create a moniker

Flags=URL_MK_UNIFORM : int

URL_MK_UNIFORM or URL_MK_LEGACY

Win32 API References

Search for CreateURLMonikerEx at msdn, google or google groups.