IsApiSetImplemented function onecore
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);