Copies all of the attributes from this object into another attribute store.
public:
HRESULT CopyAllItems(
IMFAttributes *pDest
)
pDest
Type: IMFAttributes *
[in, optional] A pointer to the IMFAttributes interface of the attribute store that receives the copy.
Type: HRESULT
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Refer to Media Foundation return codes.
This method deletes all of the attributes originally stored in pDest.
Header: Declared in mfobjects.h (include mfidl.h).
Library: Use Mfuuid.lib.