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.
This function is called by OALIntrRequestIrqs if your implementation uses hardware platform callbacks and the device is not recognized.
BOOL BSPIntrRequestIrqs( DEVICE_LOCATION *pDevLoc, UINT32 *pCount, UINT32 *pIrqs);
Parameters
- pDevLoc
[in] Pointer to a DEVICE_LOCATION structure. - pCount
[in, out] On input, pCount contains a pointer to the maximum number of IRQs allowed in the list. On output, pCount contains the number of IRQs actually set in the list. - pIrqs
[out] Pointer to the list of IRQs.
Return Values
TRUE indicates success.
FALSE indicates failure.
Remarks
Requirements
OS Versions: Windows CE Version 5.0 and later
Header: Oal_intr.h
Link Library: Developer-defined
See Also
Send Feedback on this topic to the authors