Important: |
---|
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
Determines if there is an outstanding request. This is a nonblocking member function.
BOOL CheckRequest( DWORD * pParam );
Parameters
Return Values
Returns TRUE if an outstanding request is still active, or FALSE is no request is active.
Remarks
If there is an outstanding request, the requesting thread will block until the CAMThread::GetRequestmember function is called. The request remains outstanding (that is, this member function continues to return TRUE) until either the CAMThread::Replyor CAMThread::GetRequestmember function is called.