GetHistogramArray
Gets the histogram array.
Syntax
Definition:
HRESULT GetHistogramArray(
ULONGLONG& nHistogramSize,
PVOID pDestBuffer
)
Parameters
Name |
Type |
Description |
---|---|---|
nHistogramSize |
ULONGLONG& |
Maximum buffer size (in) and actual buffer size (out). |
pDestBuffer |
PVOID |
Pointer to the destination buffer. |