Observação
O acesso a essa página exige autorização. Você pode tentar entrar ou alterar diretórios.
O acesso a essa página exige autorização. Você pode tentar alterar os diretórios.
3/26/2014
Puts an object into the queue.
Syntax
void PutQueueObject(
T object
);
Parameters
- object
Template object to be inserted into the queue.
Return Value
None.
Remarks
This member function blocks if there is no open slot into which to put the object. It releases any blocking CQueue::GetQueueObject member function that is waiting for an object to retrieve.
Requirements
Header |
dshow.h, |
Library |
ole32.lib, |