Metodo IMemAllocator::GetProperties (strmif.h)
[La funzionalità associata a questa pagina, DirectShow, è una funzionalità legacy. È stata sostituita da MediaPlayer, FMMediaEngine e Audio/Video Capture in Media Foundation. Queste funzionalità sono state ottimizzate per Windows 10 e Windows 11. Microsoft consiglia vivamente che il nuovo codice usi MediaPlayer, FMMediaEngine e Audio/Video Capture in Media Foundation anziché DirectShow, quando possibile. Microsoft suggerisce che il codice esistente che usa le API legacy venga riscritto per usare le nuove API, se possibile.
Il GetProperties
metodo recupera il numero di buffer creati dall'allocatore e le proprietà del buffer.
Sintassi
HRESULT GetProperties(
[out] ALLOCATOR_PROPERTIES *pProps
);
Parametri
[out] pProps
Puntatore a una struttura ALLOCATOR_PROPERTIES che riceve le proprietà dell'allocatore.
Valore restituito
Restituisce S_OK se ha esito positivo o un valore HRESULT che indica la causa dell'errore.
Commenti
Le chiamate a questo metodo potrebbero non riuscire finché non viene chiamato il metodo IMemAllocator::Commit .
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows 2000 Professional [solo app desktop] |
Server minimo supportato | Windows 2000 Server [solo app desktop] |
Piattaforma di destinazione | Windows |
Intestazione | strmif.h (include Dshow.h) |
Libreria | Strmiids.lib |