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.
1/6/2010
This function is the pin 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 PIN_IOControl(
DWORD dwContext,
DWORD Ioctl,
PUCHAR pInBuf,
DWORD InBufLen,
PUCHAR pOutBuf,
DWORD OutBufLen,
PDWORD pdwBytesTransferred
);
Parameters
See XXX_IOControl (Device Manager).
Return Value
See XXX_IOControl (Device Manager).
Requirements
| Header | Developer Implemented |
| Library | Developer Implemented |
| Windows Embedded CE | Windows Embedded CE 6.0 and later |