Notes
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
1/5/2010
This function returns the list of IRQs for a specified SYSINTR.
Syntax
BOOL OALIntrTranslateSysIntr(
UINT32 sysIntr,
UINT32 *pCount,
const UINT32 **ppIrqs
);
Parameters
- sysIntr
[in] Specifies the SYSINTR.
- 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.
- ppIrqs
[out] Address of a 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 |