Click or drag to resize

GetTrailingForWrites

Gets the string that is currently configured to be automatically appended to device command strings.

virtual CString GetTrailingForWrites() const abstract;
Return Value

The string that is currently configured to be automatically appended to device command strings.

Remarks

See the description of the SetTrailingForWrites function for more details.

Example

The following example demonstrates use of the GetTrailingForWrites function.

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

  CString strTrailing = io.GetTrailingForWrites();

  return hr;
}
See Also

Other Resources

Download a complete CHM version of this documentation here.