GetHistogramArray
Gets the histogram array.
Syntax
Definition:
METHOD GetHistogramArray : HRESULT
VAR_INPUT
nHistogramSize : Reference To ULINT;
pDestBuffer : PVOID;
END_VAR
Inputs
Name |
Type |
Description |
---|---|---|
nHistogramSize |
Reference To ULINT |
Maximum buffer size (in) and actual buffer size (out). |
pDestBuffer |
PVOID |
Pointer to the destination buffer. |