FunctionRequirements

DesktopOperating SystemUWPWin32Windows

Properties

Name Type Description
minimumSupportedClient string
minimumSupportedServer string
header string
library string
dll string
View JSON Schema on GitHub

JSON Schema

microsoft-windows-10-functionrequirements-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/FunctionRequirements",
  "title": "FunctionRequirements",
  "type": "object",
  "properties": {
    "minimumSupportedClient": {
      "type": "string",
      "example": "Windows 10 [desktop apps only]"
    },
    "minimumSupportedServer": {
      "type": "string",
      "example": "Windows Server 2016"
    },
    "header": {
      "type": "string",
      "example": "winuser.h"
    },
    "library": {
      "type": "string",
      "example": "User32.lib"
    },
    "dll": {
      "type": "string",
      "example": "User32.dll"
    }
  }
}