From Shenzhen XRC Tech Co.,Ltd.

WindowsSdk: new_client interface

int _stdcall new_client(int camera, void** client);
camera:[in],The handle of camera while is from new_camera.
client:[out],client object, to be used by other funtion of accessing camera.
Return ERROR_OK if success,else refer to the definition of error number
Register a new camera client, it must be called to get a client object before calling some interface of accessing the camera.
Retrieved from http://wiki.reecam.cn/WindowsSdk/InterfaceNewClient
Page last modified on April 10, 2013, at 03:14 PM EST