Funzione MFSetAttribute2UINT32asUINT64 (mfapi.h)
Inserisce due valori UINT32 in un valore di attributo UINT64 .
Sintassi
HRESULT MFSetAttribute2UINT32asUINT64(
[in] IMFAttributes *pAttributes,
[in] REFGUID guidKey,
[in] UINT32 unHigh32,
[in] UINT32 unLow32
);
Parametri
[in] pAttributes
Puntatore all'interfaccia IMFAttributes dell'archivio attributi.
[in] guidKey
GUID che identifica il valore da impostare. Se questa chiave esiste già, la funzione sovrascrive il valore precedente.
[in] unHigh32
Valore da archiviare nei 32 bit alti del valore UINT64 .
[in] unLow32
Valore da archiviare nei 32 bit bassi del valore UINT64 .
Valore restituito
Se questa funzione ha esito positivo, restituisce S_OK. In caso contrario, restituisce un codice di errore HRESULT .
Commenti
Internamente, queste funzioni chiama Pack2UINT32AsUINT64 per creare il valore a 64 bit e IMFAttributes::SetUINT64 per impostare l'attributo.
Requisiti
Client minimo supportato | Windows Vista [app desktop | App UWP] |
Server minimo supportato | Windows Server 2008 [app desktop | App UWP] |
Piattaforma di destinazione | Windows |
Intestazione | mfapi.h (include Mfapi.h) |