Clear
Sets the alarm state to Not Raised.
Syntax
virtual HRESULT TCOMAPI Clear (ULINT timeStamp, BOOL32 bResetConfirmation)
Parameter
Name | Type | Description |
---|---|---|
timeStamp | ULINT | > 0: External time stamp in 100 nanoseconds since January 1st, 1601 (UTC). |
bResetConfirmation | BOOL32 | If TRUE and the confirmation state is WaitForConfirmation, the confirmation state is set to Reset. Otherwise the confirmation state is not changed. |
Return value
Type | Description |
---|---|
HRESULT | Returns S_OK if the method call was successful, otherwise an HRESULT as the error code. |