CAViewer::GetDefaultFormat

CAViewer class

Gets the default field width and precision used for displaying data in the Data View window.

BOOL GetDefaultFormat(
  long *fieldwidth
  long *precision
  );

Parameters

fieldwidth
A pointer to long that receives the field width of the default format.

precision
A pointer to long that receives the precision of the default format.

Return Value

Returns TRUE if the operation was successful; otherwise, FALSE.

See Also

CAViewer::SetUseDefaultFormat