CSourceStream::CheckRequest
Determines if a command is waiting for the thread.
BOOL CheckRequest(
Command *pCom );
Parameters
- pCom
Pointer to the location to which to return a command, if any.
Return Values
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.
Last updated on Tuesday, July 13, 2004
© 1992-2000 Microsoft Corporation. All rights reserved.