IoGetAffinityInterrupt function (wdm.h)

For more information, see the WdmlibIoGetAffinityInterrupt function.

#define IoGetAffinityInterrupt WdmlibIoGetAffinityInterrupt

Syntax

NTSTATUS IoGetAffinityInterrupt(
  [in]  PKINTERRUPT     InterruptObject,
  [out] PGROUP_AFFINITY GroupAffinity
);

Parameters

[in] InterruptObject

For more information, see the WdmlibIoGetAffinityInterrupt function.

[out] GroupAffinity

For more information, see the WdmlibIoGetAffinityInterrupt function.

Return value

For more information, see the WdmlibIoGetAffinityInterrupt function.

Requirements

Requirement Value
Minimum supported client Available in Windows 7 and later versions of Windows.
Target Platform Universal
Header wdm.h (include Wdm.h, Ntddk.h, Ntifs.h)
Library NtosKrnl.lib
DLL NtosKrnl.exe
IRQL Any level

See also

WdmlibIoGetAffinityInterrupt