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.
- Returns S_OK if a valid absolute path was successfully returned, or E_INVALIDARG if the ppimkCur parameter is invalid.
- 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.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.