IJolietDiscMaster::GetJolietProperties method (imapi.h)
Retrieves a pointer to an IPropertyStorage interface that contains the Joliet properties.
Syntax
HRESULT GetJolietProperties(
[out] IPropertyStorage **ppPropStg
);
Parameters
[out] ppPropStg
Address of a pointer to an IPropertyStorage interface for the Joliet property set with all current properties defined.
Return value
S_OK is returned on success, but other success codes may be returned as a result of implementation. The following error codes are commonly returned on operation failure, but do not represent the only possible error values:
Remarks
Properties are not retained after IMAPI is closed. A property set is convenient for IMAPI because it stores an ID/TYPE/VALUE combination, as well as ID/NAME associations. Each combination is a single property, and IMAPI uses these properties as values that are unique to the Joliet interface. For example, the Joliet interface supports a VolumeName property.
The caller can modify these properties by calling SetJolietProperties. Current properties include the following.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Target Platform | Windows |
Header | imapi.h |
Library | Uuid.lib |
DLL | Actxprxy.dll |