Merk
Tilgang til denne siden krever autorisasjon. Du kan prøve å logge på eller endre kataloger.
Tilgang til denne siden krever autorisasjon. Du kan prøve å endre kataloger.
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 |