Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
3/26/2014
This function is the camera driver's implementation of the stream interface driver function XXX_IOControl (Device Manager).
For information on the I/O control codes for camera drivers, see Camera Driver IOCTLs.
Syntax
BOOL CAM_IOControl(
DWORD dwContext,
DWORD Ioctl,
UCHAR* pInBuf,
DWORD InBufLen,
UCHAR* pOutBuf,
DWORD OutBufLen,
DWORD* pdwBytesTransferred
);
Parameters
See XXX_IOControl (Device Manager).
Return Value
See XXX_IOControl (Device Manager).
Requirements
Header |
Developer Implemented |
Library |
Developer Implemented |