IMFASFProfile::Clone-Methode (wmcontainer.h)

Erstellt eine Kopie des Advanced Systems Format-Profilobjekts.

Syntax

HRESULT Clone(
  [out] IMFASFProfile **ppIProfile
);

Parameter

[out] ppIProfile

Empfängt einen Zeiger auf die IMFASFProfile-Schnittstelle des neuen Objekts. Der Aufrufer muss die Schnittstelle freigeben.

Rückgabewert

Wenn diese Methode erfolgreich ist, wird S_OK zurückgegeben. Andernfalls wird ein Fehlercode HRESULT zurückgegeben.

Hinweise

Das geklonte Objekt ist vollständig unabhängig vom Original.

Anforderungen

   
Unterstützte Mindestversion (Client) Windows Vista [nur Desktop-Apps]
Unterstützte Mindestversion (Server) Windows Server 2008 [nur Desktop-Apps]
Zielplattform Windows
Kopfzeile wmcontainer.h
Bibliothek Mfuuid.lib

Weitere Informationen

ASF-Profil

IMFASFProfile