IPSTOVERRIDE1::GetPersistedRegistrations
Applies to: Outlook 2013 | Outlook 2016
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.