Click or drag to resize

GetTrailingForReads

Gets the string that is currently configured to be automatically removed from device response strings.

virtual CString GetTrailingForReads() const abstract;
Return Value

The string that is currently configured to be automatically removed from device response strings.

Remarks

See the description of the SetTrailingForReads function for more details.

Example

The following example demonstrates use of the GetTrailingForReads function.

C++
// CoAcme4321.cpp
HRESULT Acme4321::OnFinalInitialize()
{
  HRESULT hr = S_OK;

  CString strTrailing = io.GetTrailingForReads();

  return hr;
}
See Also

Other Resources

Download a complete CHM version of this documentation here.