IsGUIDPresentInList - NtDoc

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

BOOLEAN IsGUIDPresentInList(
  [in] const GUID  *guidArray,
  [in] const ULONG arrayLength,
  [in] const GUID  *guidElem
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-sensorsutils-isguidpresentinlist)

IsGUIDPresentInList function

Description

This routine looks for a GUID in a list of GUIDs.

Parameters

guidArray [in]

GUID Array to search in.

arrayLength [in]

Length of GUID Array to search in.

guidElem [in]

GUID Element to search for.

Return value

This function returns TRUE if the element is present in the list, FALSE otherwise.

Remarks

See also