IoGetAffinityInterrupt - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// wdm.h

NTSTATUS IoGetAffinityInterrupt(
  [in]  PKINTERRUPT     InterruptObject,
  [out] PGROUP_AFFINITY GroupAffinity
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-wdm-iogetaffinityinterrupt)

IoGetAffinityInterrupt function

Description

For more information, see the WdmlibIoGetAffinityInterrupt function.

#define IoGetAffinityInterrupt WdmlibIoGetAffinityInterrupt

Parameters

InterruptObject [in]

For more information, see the WdmlibIoGetAffinityInterrupt function.

GroupAffinity [out]

For more information, see the WdmlibIoGetAffinityInterrupt function.

Return value

For more information, see the WdmlibIoGetAffinityInterrupt function.

See also

WdmlibIoGetAffinityInterrupt