Share via


NKIsSysIntrValid

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/27/2008

This function is used to determine if an interrupt identifier or SYSINTR value is valid.

Syntax

BOOL NKIsSysIntrValid( 
  DWORD idInt 
); 

Parameters

  • idInt
    [in] SYSINTR value.

Return Value

TRUE indicates that the SYSINTR value is valid; otherwise, the return value is FALSE.

Requirements

Header nkintr.h
Library Nk.lib
Windows Embedded CE Windows CE .NET 4.2 and later

See Also

Other Resources

Interrupts