IsApiSetImplemented function onecore

bool IsApiSetImplemented(
  1. PCSTR contract
)

Tests if a specified API set is present on the computer.

To learn more, see learn.microsoft.com/windows/win32/api/apiquery2/nf-apiquery2-isapisetimplemented.

Implementation

@pragma('vm:prefer-inline')
bool IsApiSetImplemented(PCSTR contract) =>
    _IsApiSetImplemented(contract) != FALSE;