IPersistMoniker::GetCurMoniker (Windows CE 5.0)
This method retrieves the moniker that refers to the object's persistent state.
HRESULT GetCurMoniker(IMoniker** ppimkName);
Parameters
- ppimkName
[out] Address of a pointer to the IMoniker interface that references the object's current persistent state.
Return Values
Returns S_OK if a valid absolute path was successfully returned or E_INVALIDARG if the ppimkName parameter is invalid.
Remarks
Typically, this method returns the moniker last passed to the object by means of the IPersistMoniker::Load, IPersistMoniker::Save, or IPersistMoniker::SaveCompleted method.
Requirements
Pocket PC: Pocket PC 2000 and later
Smartphone: Smartphone 2002 and later
OS Versions: Windows CE .NET 4.0 and later.
Header: Urlmon.h, Urlmon.idl.
Library: Urlmon.lib.
Send Feedback on this topic to the authors