IPSTOVERRIDE1::GetPersistedRegistrations
Applies to: Office 2010 | Outlook 2010 | Visual Studio
Retrieves the list of registrations for the Personal Folders (.pst) file.
HRESULT GetPersistedRegistration(SPropValue **ppmval);
Parameters
- ppmval
[in] A pointer to a pointer to an SPropValue structure. The ulPropTag member of this structure is of the type PT_MV_UNICODE, and the MVszW value member will be an array of null-terminated Unicode strings. These strings are paths to DLLs for which registration has been persisted.
Note
.pst support for ANSI is not implemented.
Return Value
- S_OK
The function call was successful.