Microsoft DirectX 9.0 |
The get_SignalLocked method retrieves a Boolean value indicating whether the signal is locked.
Syntax
HRESULT get_SignalLocked(
BOOLEAN* pfLocked
);
Parameters
pfLocked
[out] Pointer to a flag indicating whether the signal is locked.
Return Values
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
See Also