IPersistMoniker::GetCurMonikerIPersistMoniker::GetCurMoniker*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IHttpSecurity::OnSecurityProblem
*Next Topic: IPersistMoniker::IsDirty

IPersistMoniker::GetCurMoniker

HRESULT GetCurMoniker(
    [out] IMoniker **ppimkCur
);

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

ppimkCur
Indirect pointer to the moniker that references the object's current persistent state.

Typically, this method returns the moniker last passed to the object by means of the IPersistMoniker::Load, IPersistMoniker::Save, or IPersistMoniker::SaveCompleted method.


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.