Deletes one of the property sets contained in the property set storage object.
HRESULT Delete(
REFFMTID fmtid //Format identifier of the property set to be
//deleted
);
This method supports the standard return value E_UNEXPECTED, as well as the following:
IPropertySetStorage::Delete deletes the property set specified by its format identifier. Specifying a property set that does not exist returns an error. Open substorages and streams (opened through one of the storage- or stream-valued properties) are put into the reverted state.
Windows NT: Use version 4.0 or later.
Windows: Use Windows 95 or later. Available as a redistributable for Windows 95.
Windows CE: Unsupported.
Header: Declared in objidl.h.