IsGUIDPresentInList function (sensorsutils.h)

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

Syntax

BOOLEAN IsGUIDPresentInList(
  [in] const GUID  *guidArray,
  [in] const ULONG arrayLength,
  [in] const GUID  *guidElem
);

Parameters

[in] guidArray

GUID Array to search in.

[in] arrayLength

Length of GUID Array to search in.

[in] guidElem

GUID Element to search for.

Return value

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

Requirements

Requirement Value
Header sensorsutils.h