API doc bug
Posted: Sun Jul 01, 2007 12:35 pm
INPCameraFrame::Item
The Item method returns the corresponding item in the collection. In this case Item will return an INPObject interface.
HRESULT Item(LONG a_vlIndex, INPCamera ** ppCamera);
Instead of...
HRESULT Item(LONG a_vlIndex, INPObject ** ppObject );
The Item method returns the corresponding item in the collection. In this case Item will return an INPObject interface.
HRESULT Item(LONG a_vlIndex, INPCamera ** ppCamera);
Instead of...
HRESULT Item(LONG a_vlIndex, INPObject ** ppObject );