Microsoft DirectX 9.0 |
The put_SignalLocked method specifies whether the signal is locked.
Syntax
HRESULT put_SignalLocked(
BOOLEAN fLocked
);
Parameters
fLocked
[in] Flag that indicates whether to lock the signal.
Return Values
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
See Also