Retrieves the moniker that refers to the object's persistent state.
HRESULT GetCurMoniker(
IMoniker **ppmkCur //Address of output variable that receives the
//IMoniker interface pointer
);
Typically, this method returns the moniker last passed to the object by means of IPersistMoniker::Load, IPersistMoniker::Save, or IPersistMoniker::SaveCompleted.
Windows NT: Use version 5.0 or later.
Windows: Unsupported.
Windows CE: Unsupported.
Header: Declared in urlmon.h.
IPersistMoniker::Load, IPersistMoniker::Save, IPersistMoniker::SaveCompleted