Menu

Retrieves the stop code that is associated with the stop.

Copy Code
HRESULT 
    get_StopCode
   (
    LONG*  
    plStopCode
  
);

Parameters

plStopCode

[out] Points to the stop code for the verifier stop.

Return Value

The following list includes the most like return values. However, other return values are possible.

S_OK

The method succeeded.

E_POINTER

Pointer is invalid.

Remarks

The stop code uniquely identifies the stop for a check. Stop codes should be unique across all checks, but their uniqueness is not guaranteed.

See Also