IsApiSetImplemented function onecore

int IsApiSetImplemented(
  1. Pointer<Utf8> Contract
)

The IsApiSetImplemented function tests if a specified API set is present on the computer.

BOOL IsApiSetImplemented(
  PCSTR Contract
);

Implementation

int IsApiSetImplemented(Pointer<Utf8> Contract) =>
    _IsApiSetImplemented(Contract);