nn::mic::CTR::GetSamplingBufferSize FunctionResult GetSamplingBufferSize( size_t * pSize );
| Name | Description | |
|---|---|---|
| out | pSize | Returns the size of the sampling results that will be saved. The units are bytes. |
| Value | Description |
|---|---|
Result::IsSuccess |
Process succeeded. |
ResultNotInitialized |
The memory region has not been set. |
Returns the size of the sampling results that will be saved within the memory region set using nn::mic::CTR::SetBuffer.
The sampling results are saved starting at byte 0 of the memory region that was set using nn::mic::CTR::SetBuffer. The amount of data saved is one byte less than the size obtained by this function.
CONFIDENTIAL