Click to return to the Networking, Protocols     
IPersistMoniker::GetClass...     IPersistMoniker::IsDirty ...     IPersistMoniker Interface    
Web Workshop  |  Networking, Protocols & Data Formats

IPersistMoniker::GetCurMoniker Method


Retrieves the moniker that refers to the object's persistent state.

Syntax

HRESULT GetCurMoniker(
    IMoniker **ppimkCur
);

Parameters

ppimkCur
[out] Address of a pointer to the IMoniker interface that references the object's current persistent state.

Return Value

Returns S_OK if a valid absolute path was successfully returned, or E_INVALIDARG if the ppimkCur 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.

Windows CE

Windows CE Use version 2.12 and later
Minimum availability Internet Explorer 4.0


Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.