Share via


CSourceStream::CheckRequest (Compact 2013)

3/26/2014

Determines if a command is waiting for the thread.

Syntax

BOOL CheckRequest(
  Command* pCom 
);

Parameters

  • pCom
    Pointer to the location to which to return a command, if any.

Return Value

Returns TRUE if the pCom parameter contains a command; otherwise, returns FALSE.

Remarks

This member function does not block. This is a type safe override of the method in the CAMThread class.

Requirements

Header

dshow.h,
Streams.h

Library

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

See Also

Reference

CSourceStream Class