Share via


BSPIntrRequestIrqs (Windows Embedded CE 6.0)

1/5/2010

This function is called by OALIntrRequestIrqs if your implementation uses hardware platform callbacks and the device is not recognized.

Syntax

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 Value

TRUE indicates success.

FALSE indicates failure.

Requirements

Header oal_intr.h
Library Developer Implemented
Windows Embedded CE Windows CE 5.0 and later

See Also

Reference

Interrupt Functions