Share via


CQueue::PutQueueObject (Compact 2013)

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,
Streams.h

Library

ole32.lib,
Ole32auth.lib,
Strmbase.lib,
Strmiids.lib,
uuid.lib

See Also

Reference

CQueue Class