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
Implements the thread procedure.
Syntax
virtual DWORD ThreadProc(void);
Parameters
None.
Return Value
Returns 0 if the thread completed successfully and 1 otherwise. If 1, the thread's resources might still be allocated.
Remarks
When this member function returns, the thread exits.
Override this member function if the provided version is not sophisticated enough.
See Samples\Multimedia\DShow\Src\Vidcap in the DirectX Media SDK for an example.
Requirements
Header |
dshow.h, |
Library |
ole32.lib, |