Not
Bu sayfaya erişim yetkilendirme gerektiriyor. Oturum açmayı veya dizinleri değiştirmeyi deneyebilirsiniz.
Bu sayfaya erişim yetkilendirme gerektiriyor. Dizinleri değiştirmeyi deneyebilirsiniz.
Blocks until the time out specified timeout interval has elapsed or the synchronization object was signaled.
Syntax
HRESULT WaitOnSignal(
DWORD timeOutInMs
);
Parameters
timeOutInMs
The timeout value in milliseconds. Specifying INFINITE will result in the call blocking until the synchronization object is signaled.
Return value
Returns an HRESULT value, including but not limited to the following values:
| Error code | Description |
|---|---|
| S_OK | Succeeded |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Build 22000 |
| Header | mfvirtualcamera.h |
| Library | mfsensorgroup.lib |
| DLL | mfsensorgroup.dll |