GetPerformanceParameters Method - neoVI API

int _stdcall icsneoGetPerformanceParameters(void * hObject, int * iBufferCount, int * iBufferMax, int * iOverFlowCount, int * iReserved1, int * iReserved2,int * iReserved3,int * iReserved4,int * iReserved5)

Parameters

hObject

[in] Specifies the driver object created with the OpenPort method.

iBufferCount

[out] Specifies the driver object created with the OpenPort method.

IBufferMax

[out] Specifies the size of the buffer.

iOverFlowCount

[out] Indicates the the number of overflows that have occurred since the last successful OpenPort method was called.

iReserved1

[out] Reserved. Set to 0.

iReserved2

[out] Reserved. Set to 0.

iReserved3

[out] Reserved. Set to 0.

iReserved4

[out] Reserved. Set to 0.

iReserved5

[out] Reserved. Set to 0.

Return Values

This function returns the 1 when successful. 0 if otherwise.

Remarks

XX.

Examples

icsneoGetPerformanceParameters(m_hObject, &iBufferCount, &iBufferMax, &iOverFlowCount, &iReserved1, &iReserved2, &iReserved3, &iReserved4, &iReserved5);

Last updated