API doc bug

Post Reply
danmapes
Posts: 2
Joined: Sat Jun 23, 2007 7:11 pm
Location: Orlando

API doc bug

Post by danmapes »

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 );
Birch
Posts: 1139
Joined: Thu Jan 30, 2003 5:00 am
Location: Corvallis, Oregon

Re: API doc bug

Post by Birch »

Thanks for catching this, we will correct the documentation. The changes will show up the next time we release.
Post Reply