GetCustomHistogramSize

Gets the size of a custom histogram array.

Syntax

Definition:

HRESULT GetCustomHistogramSize(
    ULONGLONG& nHistogramSize,
    ULONG&     nBins
)

Parameters

Name

Type

Description

nHistogramSize

ULONGLONG&

Output parameter containing the required buffer size.

nBins

ULONG&

Desired number of bins or 0 to keep the default for the corresponding image format (in) and default number of bins (out).

GetCustomHistogramSize 1: Return value

HRESULT