Confirm
This method sets the confirmation state of WaitForConfirmation to Confirmed.
Syntax
METHOD Confirm : HRESULT
VAR_INPUT
nTimeStamp: ULINT;
END_VAR
Inputs
Name | Type | Description |
---|---|---|
nTimeStamp | ULINT | 0: Current timestamp is used. > 0: External timestamp in 100 nanoseconds since January 1st, 1601 (UTC). |
Return value
Name | Type | Description |
---|---|---|
Confirm | HRESULT | Returns S_OK if the method call was successful. Returns ADS_E_INVALIDSTATE if the confirmation state was not WaitConfirmation. Otherwise returns HRESULT as the error code. |