diff -r 48780e181b38 -r 578be2adaf3e Symbian3/PDK/Source/GUID-7F6A463C-2D33-5B6D-9394-DCB55FEEB5A3.dita --- a/Symbian3/PDK/Source/GUID-7F6A463C-2D33-5B6D-9394-DCB55FEEB5A3.dita Tue Jul 20 12:00:49 2010 +0100 +++ b/Symbian3/PDK/Source/GUID-7F6A463C-2D33-5B6D-9394-DCB55FEEB5A3.dita Fri Aug 13 16:47:46 2010 +0100 @@ -1,12 +1,12 @@ - - - - - + + + + + Stopping the Histogram

This document introduces how to stop a histogram.

Purpose

This document describes the various APIs used to stop a Histogram.

Introduction

Once a histogram is created, it has to be stopped and destroyed to release the buffer space.

Procedure

The high level steps that can be used by a client to stop histogram are shown here:

  • Client sends StopHistogram() request to server to block histogram notifications from the server.

  • If more than one active histogram is present, deactivating one of them doesn’t stop other active histograms from getting the data.

To know the basic steps for creating Histogram object, refer to Creating Histograms.

The example code below illustrates how to stop a histogram:

histogram_CVF->StopHistogram();
Histograms Creating Histograms Working with Histograms
\ No newline at end of file