Functions supported on Windows only
-----------------------------------

The functions listed below work only when being used with Windows, either client or server.

| Item | Details | Server |
|:--|:--|:--|
| [AVRecorder.EncoderCount](AVRecorderEncoderCount.md)   Queries number of encoders found by the plugin. | 9.1 | ❌ Server |
| [AVRecorder.EncoderInfo](AVRecorderEncoderInfo.md)   Queries details about video encoders. | 9.1 | ❌ Server |
| [AVRecorder.GetEncoder](AVRecorderGetEncoder.md)   Queries name of current encoder. | 9.1 | ❌ Server |
| [AVRecorder.SetEncoder](AVRecorderSetEncoder.md)   Sets the encoder to use for video. | 9.1 | ❌ Server |
| [AVRecorder.ShowPropertyDialog](AVRecorderShowPropertyDialog.md)   Shows property dialog. | 9.1 | ❌ Server |
| [AVRecorder.VideoResolutions](AVRecorderVideoResolutions.md)   Queries list of video resolution details for the selected camera. | 11.5 | ❌ Server |
| [ColorPanel.Choose](ColorPanelChoose.md)   Shows color chooser. | 8.3 | ❌ Server |
| [Dialog.GetTitleIcon](DialogGetTitleIcon.md)   Returns the icon displayed in the titlebar. | 16.1 | ❌ Server |
| [Dialog.SetTitleIcon](DialogSetTitleIcon.md)   Sets the icon to be displayed in the window title to a given icon. | 16.1 | ❌ Server |
| [DirectoryWatcher.AddDirectory](DirectoryWatcherAddDirectory.md)   Adds a directory to watch. | 7.1 | ✅ Server |
| [DirectoryWatcher.ChangeCount](DirectoryWatcherChangeCount.md)   Queries the change count. | 7.1 | ✅ Server |
| [DirectoryWatcher.Create](DirectoryWatcherCreate.md)   Creates a new directory watcher. | 7.1 | ✅ Server |
| [DirectoryWatcher.GetEvaluate](DirectoryWatcherGetEvaluate.md)   Queries the expression to evaluate. | 7.1 | ❌ Server |
| [DirectoryWatcher.GetFileName](DirectoryWatcherGetFileName.md)   Returns the file name for the watcher. | 7.1 | ❌ Server |
| [DirectoryWatcher.GetScriptName](DirectoryWatcherGetScriptName.md)   Returns the script name for the watcher. | 7.1 | ❌ Server |
| [DirectoryWatcher.NextChange](DirectoryWatcherNextChange.md)   Queries next change in queue. | 7.1 | ✅ Server |
| [DirectoryWatcher.Release](DirectoryWatcherRelease.md)   Releases directory watcher. | 7.1 | ✅ Server |
| [DirectoryWatcher.ReleaseAll](DirectoryWatcherReleaseAll.md)   Releases all directory watchers. | 7.4 | ✅ Server |
| [DirectoryWatcher.SetEvaluate](DirectoryWatcherSetEvaluate.md)   Sets the expression to evaluate. | 7.1 | ❌ Server |
| [DirectoryWatcher.SetFileName](DirectoryWatcherSetFileName.md)   Sets the file name for watcher. | 7.1 | ❌ Server |
| [DirectoryWatcher.SetScriptName](DirectoryWatcherSetScriptName.md)   Sets the script name for watcher. | 7.1 | ❌ Server |
| [DirectoryWatcher.TotalChangeCount](DirectoryWatcherTotalChangeCount.md)   Queries the total number of changes seen. | 12.4 | ✅ Server |
| [DragDrop.GetFileDescriptor](DragDropGetFileDescriptor.md)   Queries file descriptor. | 8.1 | ❌ Server |
| [DragDrop.GetFileDescriptorCount](DragDropGetFileDescriptorCount.md)   Queries number of file descriptors. | 8.1 | ❌ Server |
| [DynaPDF.GetLogMetafileSize](DynaPDFGetLogMetafileSize.md)   Queries bounding rectangle from EMF file. | 7.3 | ✅ Server |
| [DynaPDF.GetLogMetafileSizeEx](DynaPDFGetLogMetafileSizeEx.md)   Queries bounding rectangle from EMF file inside container. | 7.3 | ✅ Server |
| [DynaPDF.GetMetaConvFlags](DynaPDFGetMetaConvFlags.md)   Queries meta file conversion flags. | 7.3 | ✅ Server |
| [DynaPDF.GetWMFDefExtent](DynaPDFGetWMFDefExtent.md)   Retrieves the default size which is used to convert non-portable WMF files to EMF. | 7.3 | ✅ Server |
| [DynaPDF.GetWMFPixelPerInch](DynaPDFGetWMFPixelPerInch.md)   Returns the default pixels per inch of the y-axis which are used to convert portable WMF files to EMF. | 7.3 | ✅ Server |
| [DynaPDF.InsertMetafile](DynaPDFInsertMetafile.md)   Inserts metafile as vector graphics. | 7.3 | ✅ Server |
| [DynaPDF.InsertMetafileEx](DynaPDFInsertMetafileEx.md)   Inserts metafile as vector graphics. | 7.3 | ✅ Server |
| [DynaPDF.Print](DynaPDFPrint.md)   Prints the PDF file that is currently in memory. | 5.4 | ✅ Server |
| [DynaPDF.Print.FormNames](DynaPDFPrintFormNames.md)   Queries list of form names. | 11.5 | ✅ Server |
| [DynaPDF.Print.GetDevMode](DynaPDFPrintGetDevMode.md)   Queries device mode. | 7.0 | ❌ Server |
| [DynaPDF.Print.GetDevNames](DynaPDFPrintGetDevNames.md)   Queries device names. | 7.0 | ❌ Server |
| [DynaPDF.Print.GetSetting](DynaPDFPrintGetSetting.md)   Queries a printer setting. | 11.4 | ✅ Server |
| [DynaPDF.Print.SetDevMode](DynaPDFPrintSetDevMode.md)   Sets device mode. | 7.0 | ❌ Server |
| [DynaPDF.Print.SetDevNames](DynaPDFPrintSetDevNames.md)   Sets device names. | 7.0 | ❌ Server |
| [DynaPDF.Print.SetSetting](DynaPDFPrintSetSetting.md)   Sets a print setting. | 11.4 | ✅ Server |
| [DynaPDF.SaveAndSignFileWinCrypt](DynaPDFSaveAndSignFileWinCrypt.md)   Saves and signs the current PDF with dialog to pick certificate. | 10.1 | ✅ Server |
| [DynaPDF.SaveAndSignFileWinCryptDialog](DynaPDFSaveAndSignFileWinCryptDialog.md)   Saves and signs the current PDF. | 10.1 | ❌ Server |
| [DynaPDF.SetMetaConvFlags](DynaPDFSetMetaConvFlags.md)   Sets the metadata conversion flag. | 7.3 | ✅ Server |
| [DynaPDF.SetWMFDefExtent](DynaPDFSetWMFDefExtent.md)   Sets the default pixels per inch of the y-axis which are used to convert portable WMF files to EMF. | 7.3 | ✅ Server |
| [DynaPDF.SetWMFPixelPerInch](DynaPDFSetWMFPixelPerInch.md)   Sets the default pixels per inch of the y-axis which are used to convert portable WMF files to EMF. | 7.3 | ✅ Server |
| [FM.DisableMouseWheel](FMDisableMouseWheel.md)   Disables use of mouse wheel on Windows. | 5.1 | ❌ Server |
| [FM.EnableMouseWheel](FMEnableMouseWheel.md)   Enables use of mouse wheel on Windows. | 5.1 | ❌ Server |
| [FM.InitMessageFilter](FMInitMessageFilter.md)   Initializes COM message filter. | 8.3 | ✅ Server |
| [Files.IsReadOnly](FilesIsReadOnly.md)   Queries read only flag for a file or folder. | 12.5 | ✅ Server |
| [Files.SetReadOnly](FilesSetReadOnly.md)   Sets the read only flag for a file or folder. | 12.5 | ✅ Server |
| [Files.ShareFile](FilesShareFile.md)   Shows the share panel for Windows. | 15.1 | ❌ Server |
| [Files.ShowPropertyDialog](FilesShowPropertyDialog.md)   Shows the file properties dialog in explorer. | 15.1 | ❌ Server |
| [Folders.Windows](FoldersWindows.md)   Queries path to windows folder. | 4.3 | ✅ Server |
| [MenuItem.GetBackColor](MenuItemGetBackColor.md)   Queries background color for menu item. | 6.5 | ❌ Server |
| [MenuItem.SetBackColor](MenuItemSetBackColor.md)   Sets the back color of the menu item. | 6.5 | ❌ Server |
| [Printer.CurrentNumberOfCopies](PrinterCurrentNumberOfCopies.md)   Queries the number of copies from the last dialog. | 9.2 | ❌ Server |
| [Printer.CurrentPaperFormat](PrinterCurrentPaperFormat.md)   Returns the selected paper format. | 6.5 | ❌ Server |
| [Printer.CurrentPaperSource](PrinterCurrentPaperSource.md)   Returns the selected paper source. | 6.5 | ❌ Server |
| [Printer.CurrentPrintWhat](PrinterCurrentPrintWhat.md)   Returns the selected item to print. | 6.5 | ❌ Server |
| [Printer.CurrentPrinterName](PrinterCurrentPrinterName.md)   Returns the selected printer name. | 6.5 | ❌ Server |
| [Printer.ErrorLog](PrinterErrorLog.md)   Queries the error log from Printer.Setup functions. | 6.5 | ❌ Server |
| [Printer.PaperFormats](PrinterPaperFormats.md)   Queries paper formats. | 6.5 | ❌ Server |
| [Printer.PaperSources](PrinterPaperSources.md)   Queries paper sources. | 6.5 | ❌ Server |
| [Printer.Print](PrinterPrint.md)   Prints a document with options. | 6.5 | ❌ Server |
| [Printer.PrinterNames](PrinterPrinterNames.md)   Queries printer names. | 6.5 | ❌ Server |
| [Printer.SetPrinter](PrinterSetPrinter.md)   Switches printer or changes paper setup. | 6.5 | ❌ Server |
| [Process.GetDllDirectory](ProcessGetDllDirectory.md)   Queries DLL directory. | 13.1 | ✅ Server |
| [Process.SetDllDirectory](ProcessSetDllDirectory.md)   Adds a directory to the search path used to locate DLLs for the application. | 13.1 | ✅ Server |
| [ProgressDialog.SetTitleIcon](ProgressDialogSetTitleIcon.md)   Sets the icon of a window in Windows. | 10.2 | ❌ Server |
| [Registry.CreateKey](RegistryCreateKey.md)   Creates a new registry key. | 7.2 | ✅ Server |
| [Registry.DeleteKey](RegistryDeleteKey.md)   Deletes a key in the registry. | 7.2 | ✅ Server |
| [Registry.DeleteTree](RegistryDeleteTree.md)   Deletes a key with all sub keys. | 7.2 | ✅ Server |
| [Registry.DeleteValue](RegistryDeleteValue.md)   Deletes a value from a registry key. | 7.2 | ✅ Server |
| [Registry.FlushKey](RegistryFlushKey.md)   Writes changes to disk. | 7.2 | ✅ Server |
| [Registry.GetValue](RegistryGetValue.md)   Queries value of key’s value. | 7.2 | ✅ Server |
| [Registry.GetValueType](RegistryGetValueType.md)   Queries type of a value. | 7.2 | ✅ Server |
| [Registry.ListKeys](RegistryListKeys.md)   Lists all sub keys of a key. | 7.2 | ✅ Server |
| [Registry.ListValues](RegistryListValues.md)   Queries list of value names of a key. | 7.2 | ✅ Server |
| [Registry.SetValue](RegistrySetValue.md)   Sets a value on a registry key. | 7.2 | ✅ Server |
| [RemoteControl.FindWindow](RemoteControlFindWindow.md)   Finds a window on Windows based on class name and/or window title. | 2.8 | ❌ Server |
| [RemoteControl.GetWindowsList](RemoteControlGetWindowsList.md)   On Windows queries the list of all window references. | 2.8 | ❌ Server |
| [RemoteControl.GetWindowsListAsJSON](RemoteControlGetWindowsListAsJSON.md)   On Windows queries the list of all windows as JSON. | 11.2 | ❌ Server |
| [SerialPort.WaitNamedPipe](SerialPortWaitNamedPipe.md)   Waits for a named pipe. | 13.4 | ✅ Server |
| [Shell.GetApplicationName](ShellGetApplicationName.md)   Queries application name. | 7.5 | ✅ Server |
| [Shell.GetDomain](ShellGetDomain.md)   Queries domain name for login. | 7.5 | ✅ Server |
| [Shell.GetPassword](ShellGetPassword.md)   Queries password for login. | 7.5 | ✅ Server |
| [Shell.GetUsername](ShellGetUsername.md)   Queries user name. | 7.5 | ✅ Server |
| [Shell.SetApplicationName](ShellSetApplicationName.md)   Sets the application name. | 7.5 | ✅ Server |
| [Shell.SetDomain](ShellSetDomain.md)   Sets the domain to use for login. | 7.5 | ✅ Server |
| [Shell.SetPassword](ShellSetPassword.md)   Sets the password for login. | 7.5 | ✅ Server |
| [Shell.SetUsername](ShellSetUsername.md)   Sets the user name. | 7.5 | ✅ Server |
| [SystemInfo.ADSystemInfo](SystemInfoADSystemInfo.md)   Queries Active Directory information. | 9.3 | ❌ Server |
| [SystemInfo.WinMajorVersion](SystemInfoWinMajorVersion.md)   Returns the major version number of the operating system. | 2.8 | ✅ Server |
| [SystemInfo.WinMinorVersion](SystemInfoWinMinorVersion.md)   Returns the minor version number of the operating system. | 2.8 | ✅ Server |
| [SystemInfo.WinPlatformId](SystemInfoWinPlatformId.md)   Returns the operating system platform. | 2.8 | ✅ Server |
| [SystemInfo.WinProductKey](SystemInfoWinProductKey.md)   Returns the product key of the Windows installation. | 2.8 | ✅ Server |
| [SystemInfo.WinProductType](SystemInfoWinProductType.md)   Returns a number containing any additional information about the system. | 2.8 | ✅ Server |
| [SystemInfo.WinSuiteMask](SystemInfoWinSuiteMask.md)   Returns a bit mask that identifies the product suites available on the system. | 2.8 | ✅ Server |
| [SystemInfo.WinSystemMetrics](SystemInfoWinSystemMetrics.md)   Retrieves the specified system metric or system configuration setting. | 6.3 | ✅ Server |
| [SystemInfo.WindowsMachineInfo](SystemInfoWindowsMachineInfo.md)   Queries system machine information. | 11.2 | ✅ Server |
| [SystemInfo.WindowsSystemInfo](SystemInfoWindowsSystemInfo.md)   Queries system information on Windows. | 11.2 | ✅ Server |
| [TAPI.AddressCount](TAPIAddressCount.md)   Returns number of addresses. | 4.4 | ❌ Server |
| [TAPI.AddressValue](TAPIAddressValue.md)   Queries a property of an address. | 4.4 | ❌ Server |
| [TAPI.Answer](TAPIAnswer.md)   answers an incoming call. | 4.4 | ❌ Server |
| [TAPI.BlindTransfer](TAPIBlindTransfer.md)   Performs a blind or single-step transfer of the specified call to the specified destination address. | 4.4 | ❌ Server |
| [TAPI.CallInfo](TAPICallInfo.md)   Queries details on current call. | 4.4 | ❌ Server |
| [TAPI.Connect](TAPIConnect.md)   Attempts to complete the connection of an outgoing call. | 4.4 | ❌ Server |
| [TAPI.CreateCall](TAPICreateCall.md)   Creates a new phone call. | 4.4 | ❌ Server |
| [TAPI.Dial](TAPIDial.md)   Dials the specified address. | 4.4 | ❌ Server |
| [TAPI.Disconnect](TAPIDisconnect.md)   Disconnects the call. | 4.4 | ❌ Server |
| [TAPI.Finish](TAPIFinish.md)   Finishes the two-step process of transferring or adding the call to a conference. | 4.4 | ❌ Server |
| [TAPI.GetCallStateEvaluate](TAPIGetCallStateEvaluate.md)   Queries expression to be evaluated when call changes state. | 6.5 | ❌ Server |
| [TAPI.GetCallStateScriptFileName](TAPIGetCallStateScriptFileName.md)   Queries the file name set for state changes on calls. | 5.0 | ❌ Server |
| [TAPI.GetCallStateScriptName](TAPIGetCallStateScriptName.md)   Queries the script name set for state changes on calls. | 5.0 | ❌ Server |
| [TAPI.GetCallStateURL](TAPIGetCallStateURL.md)   Queries URL to trigger for new calls. | 6.5 | ❌ Server |
| [TAPI.GetNewCallEvaluate](TAPIGetNewCallEvaluate.md)   Queries expression to evaluate for new calls. | 6.5 | ❌ Server |
| [TAPI.GetNewCallScriptFileName](TAPIGetNewCallScriptFileName.md)   Queries the file name set for new calls. | 5.0 | ❌ Server |
| [TAPI.GetNewCallScriptName](TAPIGetNewCallScriptName.md)   Queries the script name set for new calls. | 5.0 | ❌ Server |
| [TAPI.GetNewCallURL](TAPIGetNewCallURL.md)   Queries URL to trigger for new calls. | 6.5 | ❌ Server |
| [TAPI.HandoffDirect](TAPIHandoffDirect.md)   Hands off the call to another application based on the media type of the call. | 4.4 | ❌ Server |
| [TAPI.Hold](TAPIHold.md)   Places or removes the call from the hold. | 4.4 | ❌ Server |
| [TAPI.Initialize](TAPIInitialize.md)   Initializes the TAPI interface. | 4.4 | ❌ Server |
| [TAPI.IsInitialized](TAPIIsInitialized.md)   Queries TAPI initialization status. | 8.3 | ❌ Server |
| [TAPI.ListenOnAddress](TAPIListenOnAddress.md)   Asks the plugin to check for one address and wait for calls. | 5.0 | ❌ Server |
| [TAPI.ListenOnAllAddresses](TAPIListenOnAllAddresses.md)   Asks the plugin to check all addresses and wait for calls. | 4.4 | ❌ Server |
| [TAPI.ParkDirect](TAPIParkDirect.md)   Parks the call at a specified address. | 4.4 | ❌ Server |
| [TAPI.ParkIndirect](TAPIParkIndirect.md)   Parks the call and returns the parked address. | 4.4 | ❌ Server |
| [TAPI.Pickup](TAPIPickup.md)   Picks up a call alerting at the specified group identification. | 4.4 | ❌ Server |
| [TAPI.Release](TAPIRelease.md)   Releases one call and all it's resources used by the plugin. | 5.0 | ❌ Server |
| [TAPI.ReleaseAll](TAPIReleaseAll.md)   Releases all calls known by the plugin. | 5.0 | ❌ Server |
| [TAPI.RemoveFromConference](TAPIRemoveFromConference.md)   Removes the call from a conference if it is involved in one. | 4.4 | ❌ Server |
| [TAPI.SetCallStateEvaluate](TAPISetCallStateEvaluate.md)   Sets the expression to evaluate when a call changes state. | 6.5 | ❌ Server |
| [TAPI.SetCallStateScript](TAPISetCallStateScript.md)   Sets which script to call when a call changes state. | 5.0 | ❌ Server |
| [TAPI.SetCallStateURL](TAPISetCallStateURL.md)   Sets the URL to query when call changes state. | 6.5 | ❌ Server |
| [TAPI.SetNewCallEvaluate](TAPISetNewCallEvaluate.md)   Sets the expression to evaluate when a new call arrives. | 6.5 | ❌ Server |
| [TAPI.SetNewCallScript](TAPISetNewCallScript.md)   Sets which script to call when a new call is detected. | 5.0 | ❌ Server |
| [TAPI.SetNewCallURL](TAPISetNewCallURL.md)   Sets the URL to query when new call arrives. | 6.5 | ❌ Server |
| [TAPI.Shutdown](TAPIShutdown.md)   Shuts down TAPI support. | 4.4 | ❌ Server |
| [TAPI.Transfer](TAPITransfer.md)   Transfers the current call to the destination address. | 5.0 | ❌ Server |
| [TAPI.Unpark](TAPIUnpark.md)   Gets the call from park. | 4.4 | ❌ Server |
| [WIA.ClearCurrentDevice](WIAClearCurrentDevice.md)   Clears current device. | 6.5 | ❌ Server |
| [WIA.DeviceCount](WIADeviceCount.md)   Queries number of devices. | 6.5 | ❌ Server |
| [WIA.DeviceProperties](WIADeviceProperties.md)   Queries the properties for the device as JSON. | 8.3 | ❌ Server |
| [WIA.DevicePropertyKeys](WIADevicePropertyKeys.md)   Queries the property keys for the device. | 6.5 | ❌ Server |
| [WIA.DevicePropertyValue](WIADevicePropertyValue.md)   Queries a device property value. | 6.5 | ❌ Server |
| [WIA.GetCurrentDevice](WIAGetCurrentDevice.md)   Queries ID of current device. | 6.5 | ❌ Server |
| [WIA.GetCurrentItem](WIAGetCurrentItem.md)   Queries name/ID of current item. | 8.3 | ❌ Server |
| [WIA.Image](WIAImage.md)   Queries native path to image file. | 6.5 | ❌ Server |
| [WIA.ImageCount](WIAImageCount.md)   Queries number of scanned images. | 6.5 | ❌ Server |
| [WIA.ImageDialog](WIAImageDialog.md)   Offer dialog to user to acquire image. | 6.5 | ❌ Server |
| [WIA.Images](WIAImages.md)   Queries just of native path to image files. | 9.1 | ❌ Server |
| [WIA.Initialize](WIAInitialize.md)   Initializes WIA services. | 6.5 | ❌ Server |
| [WIA.ItemProperties](WIAItemProperties.md)   Queries properties as JSON. | 8.3 | ❌ Server |
| [WIA.ItemPropertyKeys](WIAItemPropertyKeys.md)   Queries list of properties. | 6.5 | ❌ Server |
| [WIA.ItemPropertyValue](WIAItemPropertyValue.md)   Queries an item property value. | 6.5 | ❌ Server |
| [WIA.ListItems](WIAListItems.md)   Lists the items. | 6.5 | ❌ Server |
| [WIA.Scan](WIAScan.md)   Transfers data from the given item to the application. | 6.5 | ❌ Server |
| [WIA.SelectDeviceDialog](WIASelectDeviceDialog.md)   Presents the device selection dialog. | 6.5 | ❌ Server |
| [WIA.SetCurrentDevice](WIASetCurrentDevice.md)   Sets the current device. | 6.5 | ❌ Server |
| [WIA.SetDevicePropertyValue](WIASetDevicePropertyValue.md)   Sets a device property value. | 6.5 | ❌ Server |
| [WIA.SetItemPropertyValue](WIASetItemPropertyValue.md)   Sets a property of an item. | 6.5 | ❌ Server |
| [WMFP.Create](WMFPCreate.md)   Creates a new player. | 10.0 | ✅ Server |
| [WMFP.FrameStep](WMFPFrameStep.md)   Steps forward one video frame. | 10.0 | ✅ Server |
| [WMFP.GetAudioBitsPerSample](WMFPGetAudioBitsPerSample.md)   Number of bits per audio sample in an audio media type. | 13.2 | ✅ Server |
| [WMFP.GetAudioChannels](WMFPGetAudioChannels.md)   Number of audio channels in an audio media type. | 13.2 | ✅ Server |
| [WMFP.GetAudioSamplesPerSecond](WMFPGetAudioSamplesPerSecond.md)   Number of audio samples per second in an audio media type. | 13.2 | ✅ Server |
| [WMFP.GetBalance](WMFPGetBalance.md)   Queries current audio balance. | 10.0 | ✅ Server |
| [WMFP.GetDuration](WMFPGetDuration.md)   Queries duration. | 10.0 | ✅ Server |
| [WMFP.GetIdealVideoSize](WMFPGetIdealVideoSize.md)   Queries ideal video size. | 10.0 | ✅ Server |
| [WMFP.GetLoop](WMFPGetLoop.md)   Queries whether to loop. | 10.1 | ❌ Server |
| [WMFP.GetMute](WMFPGetMute.md)   Queries whether the audio is muted. | 10.0 | ✅ Server |
| [WMFP.GetNativeVideoSize](WMFPGetNativeVideoSize.md)   Queries native video size. | 10.0 | ✅ Server |
| [WMFP.GetPosition](WMFPGetPosition.md)   Queries current position. | 10.0 | ✅ Server |
| [WMFP.GetRate](WMFPGetRate.md)   Queries the current playback rate. | 10.0 | ✅ Server |
| [WMFP.GetState](WMFPGetState.md)   Queries state of player. | 10.0 | ✅ Server |
| [WMFP.GetTag](WMFPGetTag.md)   Queries the tag string for this player. | 10.0 | ✅ Server |
| [WMFP.GetVideoFrameRate](WMFPGetVideoFrameRate.md)   Frame rate of a video media type, in frames per second. | 13.2 | ✅ Server |
| [WMFP.GetVisible](WMFPGetVisible.md)   Queries current visibility state. | 10.0 | ❌ Server |
| [WMFP.GetVolume](WMFPGetVolume.md)   Queries the audio volume. | 10.0 | ✅ Server |
| [WMFP.List](WMFPList.md)   Lists all IDs of windows media player objects. | 13.0 | ✅ Server |
| [WMFP.Pause](WMFPPause.md)   Pauses playback. | 10.0 | ✅ Server |
| [WMFP.Play](WMFPPlay.md)   Starts playback. | 10.0 | ✅ Server |
| [WMFP.Release](WMFPRelease.md)   Frees the player. | 10.0 | ✅ Server |
| [WMFP.ReleaseAll](WMFPReleaseAll.md)   Frees all player objects. | 10.5 | ✅ Server |
| [WMFP.Screenshot](WMFPScreenshot.md)   Queries picture from current frame. | 10.1 | ❌ Server |
| [WMFP.SetBalance](WMFPSetBalance.md)   Sets current audio balance. | 10.0 | ✅ Server |
| [WMFP.SetBorder](WMFPSetBorder.md)   Sets the border color. | 10.0 | ❌ Server |
| [WMFP.SetFrame](WMFPSetFrame.md)   Repositions player to given control. | 10.0 | ❌ Server |
| [WMFP.SetLoop](WMFPSetLoop.md)   Sets whether to loop. | 10.1 | ❌ Server |
| [WMFP.SetMute](WMFPSetMute.md)   Sets whether the audio is muted. | 10.0 | ✅ Server |
| [WMFP.SetPlaybackEndedScriptTrigger](WMFPSetPlaybackEndedScriptTrigger.md)   Sets the playback ended script trigger. | 10.0 | ✅ Server |
| [WMFP.SetPosition](WMFPSetPosition.md)   Sets the position. | 10.0 | ✅ Server |
| [WMFP.SetRate](WMFPSetRate.md)   Sets the current playback rate. | 10.0 | ✅ Server |
| [WMFP.SetTag](WMFPSetTag.md)   Sets the tag string for this player. | 10.0 | ✅ Server |
| [WMFP.SetVisible](WMFPSetVisible.md)   Hides or shows the player. | 10.0 | ❌ Server |
| [WMFP.SetVolume](WMFPSetVolume.md)   Sets the audio volume. | 10.0 | ✅ Server |
| [WMFP.Stop](WMFPStop.md)   Stops playback. | 10.0 | ✅ Server |
| [WMFP.UpdateVideo](WMFPUpdateVideo.md)   Updates the video frame. | 10.0 | ❌ Server |
| [WMIQuery.Connect](WMIQueryConnect.md)   Connects to WMI server. | 5.2 | ✅ Server |
| [WMIQuery.JSON](WMIQueryJSON.md)   Queries the query result as JSON. | 15.5 | ✅ Server |
| [WMIQuery.New](WMIQueryNew.md)   Creates a new WMI Query object. | 5.2 | ✅ Server |
| [WMIQuery.Next](WMIQueryNext.md)   Queries the next item in the result of a query. | 5.2 | ✅ Server |
| [WMIQuery.PropertyNames](WMIQueryPropertyNames.md)   Queries a list of property names for current item. | 5.2 | ✅ Server |
| [WMIQuery.PropertyType](WMIQueryPropertyType.md)   Queries data type of a property. | 5.2 | ✅ Server |
| [WMIQuery.PropertyValue](WMIQueryPropertyValue.md)   Queries the value of the property. | 5.2 | ✅ Server |
| [WMIQuery.Query](WMIQueryQuery.md)   Executes a query. | 5.2 | ✅ Server |
| [WMIQuery.Release](WMIQueryRelease.md)   Releases a query object. | 5.2 | ✅ Server |
| [WMIQuery.ReleaseAll](WMIQueryReleaseAll.md)   Frees all query objects. | 10.5 | ✅ Server |
| [WebView.ClearBrowserSession](WebViewClearBrowserSession.md)   Ends browser session. | 8.5 | ❌ Server |
| [WebView.ClearVirtualHostNameToFolderMapping](WebViewClearVirtualHostNameToFolderMapping.md)   Clears a host name mapping for local folder. | 14.3 | ❌ Server |
| [WebView.ExecCommand](WebViewExecCommand.md)   Executes a command on Windows IE. | 7.3 | ❌ Server |
| [WebView.GetInternetExplorerHiDPI](WebViewGetInternetExplorerHiDPI.md)   Query whether HiDPI handling is enabled. | 10.2 | ❌ Server |
| [WebView.GetInternetExplorerVersion](WebViewGetInternetExplorerVersion.md)   Queries the Internet Explorer version to use for Webviewer. | 6.4 | ❌ Server |
| [WebView.GetMemoryUsageTargetLevel](WebViewGetMemoryUsageTargetLevel.md)   Gets the MemoryUsageTargetLevel property. | 15.4 | ❌ Server |
| [WebView.GetSilent](WebViewGetSilent.md)   Queries silent mode for WebViewer. | 6.5 | ❌ Server |
| [WebView.MoveFocus](WebViewMoveFocus.md)  **New in 16.2**    Moves the focus. | 16.2 | ❌ Server |
| [WebView.PressKey](WebViewPressKey.md)   Sends a keypress to web viewer. | 6.2 | ❌ Server |
| [WebView.SendCommand](WebViewSendCommand.md)   Executes a command on Windows IE. | 7.3 | ❌ Server |
| [WebView.SetInternetExplorerHiDPI](WebViewSetInternetExplorerHiDPI.md)   Sets whether HiDPI handling is enabled. | 10.2 | ❌ Server |
| [WebView.SetInternetExplorerVersion](WebViewSetInternetExplorerVersion.md)   Sets the Internet Explorer version to use for web viewer. | 6.4 | ❌ Server |
| [WebView.SetMemoryUsageTargetLevel](WebViewSetMemoryUsageTargetLevel.md)   Sets MemoryUsageTargetLevel to indicate desired memory consumption level of WebView. | 15.4 | ❌ Server |
| [WebView.SetSilent](WebViewSetSilent.md)   Sets silent mode for WebViewer. | 6.5 | ❌ Server |
| [WebView.SetVirtualHostNameToFolderMapping](WebViewSetVirtualHostNameToFolderMapping.md)   Add a virtual host mapping. | 14.3 | ❌ Server |
| [WebView.ShowDevTools](WebViewShowDevTools.md)   Shows developer tools. | 11.5 | ❌ Server |
| [Webview.GetDefaultDownloadFolderPath](WebviewGetDefaultDownloadFolderPath.md)   Queries the default download folder path. | 15.5 | ❌ Server |
| [Webview.GetPreferredColorScheme](WebviewGetPreferredColorScheme.md)   Queries the preferred color scheme. | 15.5 | ❌ Server |
| [Webview.GetProfilePath](WebviewGetProfilePath.md)   Queries the full path of the profile directory. | 15.5 | ❌ Server |
| [Webview.SetDefaultDownloadFolderPath](WebviewSetDefaultDownloadFolderPath.md)   Sets the default download folder path. | 15.5 | ❌ Server |
| [Webview.SetPreferredColorScheme](WebviewSetPreferredColorScheme.md)   Sets the preferred color scheme. | 15.5 | ❌ Server |
| [WinPDF.IsPasswordProtected](WinPDFIsPasswordProtected.md)   Whether this document is password-protected. | 13.2 | ✅ Server |
| [WinPDF.List](WinPDFList.md)   Returns list of all Windows PDF IDs. | 13.2 | ✅ Server |
| [WinPDF.LoadContainer](WinPDFLoadContainer.md)   Loads a PDF document from data in container. | 13.2 | ✅ Server |
| [WinPDF.LoadFile](WinPDFLoadFile.md)   Loads a PDF document from file synchronously. | 13.2 | ✅ Server |
| [WinPDF.PageBox](WinPDFPageBox.md)   Queries page dimensions. | 13.2 | ✅ Server |
| [WinPDF.PageCount](WinPDFPageCount.md)   Gets the number of pages in the Portable Document Format (PDF) document. | 13.2 | ✅ Server |
| [WinPDF.PageHeight](WinPDFPageHeight.md)   Queries page height. | 13.2 | ✅ Server |
| [WinPDF.PageImage](WinPDFPageImage.md)   Renders a page to an image. | 13.2 | ✅ Server |
| [WinPDF.PageImageAtSize](WinPDFPageImageAtSize.md)   Renders a page to an image. | 13.2 | ✅ Server |
| [WinPDF.PagePreferredZoom](WinPDFPagePreferredZoom.md)   Gets the Portable Document Format (PDF) page's preferred magnification factor. | 13.2 | ✅ Server |
| [WinPDF.PageRotation](WinPDFPageRotation.md)   Queries rotation for a page. | 13.2 | ✅ Server |
| [WinPDF.PageWidth](WinPDFPageWidth.md)   Queries page width. | 13.2 | ✅ Server |
| [WinPDF.Release](WinPDFRelease.md)   Releases an object reference. | 13.2 | ✅ Server |
| [WinPDF.ReleaseAll](WinPDFReleaseAll.md)   Releases all PDF documents. | 13.2 | ✅ Server |
| [WinPhotoAcquire.Acquire](WinPhotoAcquireAcquire.md)   Starts the import process. | 12.1 | ❌ Server |
| [WinPhotoAcquire.Files](WinPhotoAcquireFiles.md)   Queries list of files after acquire finished. | 12.1 | ❌ Server |
| [WinPhotoAcquire.GetCurrentDeviceID](WinPhotoAcquireGetCurrentDeviceID.md)   Queries device ID for currently selected devices. | 12.1 | ❌ Server |
| [WinPhotoAcquire.SetCurrentDeviceID](WinPhotoAcquireSetCurrentDeviceID.md)   Sets the current device. | 12.1 | ❌ Server |
| [WinPhotoAcquire.ShowSelectDeviceDialog](WinPhotoAcquireShowSelectDeviceDialog.md)   Shows dialog to select device. | 12.1 | ❌ Server |
| [WinPhotoAcquire.ShowSettingsDialog](WinPhotoAcquireShowSettingsDialog.md)   Shows settings dialog. | 12.1 | ❌ Server |
| [WinSendMail.AddAttachmentContainer](WinSendMailAddAttachmentContainer.md)   Adds an attachment to the email based on a container field. | 7.1 | ❌ Server |
| [WinSendMail.AddAttachmentFile](WinSendMailAddAttachmentFile.md)   Adds an attachment to the email based on a file path. | 7.1 | ❌ Server |
| [WinSendMail.AddAttachmentText](WinSendMailAddAttachmentText.md)   Adds an attachment to the email based on a text. | 7.1 | ❌ Server |
| [WinSendMail.AddBCC](WinSendMailAddBCC.md)   Adds a blind copy recipient. | 7.1 | ❌ Server |
| [WinSendMail.AddCC](WinSendMailAddCC.md)   Adds a copy recipient. | 7.1 | ❌ Server |
| [WinSendMail.AddRecipient](WinSendMailAddRecipient.md)   Adds a recipient. | 7.1 | ❌ Server |
| [WinSendMail.AddTo](WinSendMailAddTo.md)   Adds a recipient. | 7.1 | ❌ Server |
| [WinSendMail.AttachmentCount](WinSendMailAttachmentCount.md)   Queries number of attachments. | 7.1 | ❌ Server |
| [WinSendMail.ClearAttachments](WinSendMailClearAttachments.md)   Clears all attachments from this email. | 7.1 | ❌ Server |
| [WinSendMail.ClearRecipients](WinSendMailClearRecipients.md)   Clears all recipients. | 7.1 | ❌ Server |
| [WinSendMail.CreateEmail](WinSendMailCreateEmail.md)   Creates a new email. | 7.1 | ❌ Server |
| [WinSendMail.GetSubject](WinSendMailGetSubject.md)   Queries the subject of this email. | 7.1 | ❌ Server |
| [WinSendMail.GetText](WinSendMailGetText.md)   Queries text to send. | 7.1 | ❌ Server |
| [WinSendMail.Release](WinSendMailRelease.md)   Releases all memory used by this email. | 7.1 | ❌ Server |
| [WinSendMail.ReleaseAll](WinSendMailReleaseAll.md)   Release all send email sessions. | 10.5 | ❌ Server |
| [WinSendMail.Send](WinSendMailSend.md)   Sends email. | 7.1 | ❌ Server |
| [WinSendMail.SendAsync](WinSendMailSendAsync.md)   Sends email asynchronously. | 9.1 | ❌ Server |
| [WinSendMail.SetFrom](WinSendMailSetFrom.md)   Sets the email from address. | 7.1 | ❌ Server |
| [WinSendMail.SetSubject](WinSendMailSetSubject.md)   Sets the subject line. | 7.1 | ❌ Server |
| [WinSendMail.SetText](WinSendMailSetText.md)   Sets the text content. | 7.1 | ❌ Server |
| [Window.AddToTaskbar](WindowAddToTaskbar.md)   Adds a window to the taskbar. | 13.5 | ❌ Server |
| [Window.FlashWindow](WindowFlashWindow.md)   Flashes the specified window one time. | 6.1 | ❌ Server |
| [Window.GetWindowDisplayAffinity](WindowGetWindowDisplayAffinity.md)   Queries the window display affinity. | 15.3 | ❌ Server |
| [Window.RemoveFromTaskbar](WindowRemoveFromTaskbar.md)   Deletes a window from the taskbar. | 13.5 | ❌ Server |
| [Window.RemoveMenu](WindowRemoveMenu.md)   Removes the menu on a window. | 3.3 | ❌ Server |
| [Window.SetProgress](WindowSetProgress.md)   Sets task bar progress. | 7.3 | ❌ Server |
| [Window.SetTitleIcon](WindowSetTitleIcon.md)   Sets the icon of a window in Windows. | 3.2 | ❌ Server |
| [Window.SetWindowDisplayAffinity](WindowSetWindowDisplayAffinity.md)   Sets the window display affinity. | 15.3 | ❌ Server |
| [WindowsLocation.Initialize](WindowsLocationInitialize.md)   Initialized location functions for Windows. | 10.4 | ❌ Server |
| [WindowsLocation.Location](WindowsLocationLocation.md)   Queries current location report. | 10.4 | ❌ Server |
| [WindowsLocation.RequestPermissions](WindowsLocationRequestPermissions.md)   Asks for permissions. | 10.4 | ❌ Server |
| [WindowsLocation.Status](WindowsLocationStatus.md)   Retrieves the status. | 10.4 | ❌ Server |
| [WindowsML.BindDouble](WindowsMLBindDouble.md)   Binds values to an input feature. | 10.5 | ✅ Server |
| [WindowsML.BindFloat](WindowsMLBindFloat.md)   Binds values to an input feature. | 10.5 | ✅ Server |
| [WindowsML.BindFloat16](WindowsMLBindFloat16.md)   Binds values to an input feature. | 10.5 | ✅ Server |
| [WindowsML.BindImageFile](WindowsMLBindImageFile.md)   Binds values to an input feature. | 10.5 | ✅ Server |
| [WindowsML.BindInt16](WindowsMLBindInt16.md)   Binds values to an input feature. | 10.5 | ✅ Server |
| [WindowsML.BindInt32](WindowsMLBindInt32.md)   Binds values to an input feature. | 10.5 | ✅ Server |
| [WindowsML.BindInt64](WindowsMLBindInt64.md)   Binds values to an input feature. | 10.5 | ✅ Server |
| [WindowsML.BindInt8](WindowsMLBindInt8.md)   Binds values to an input feature. | 10.5 | ✅ Server |
| [WindowsML.BindUInt16](WindowsMLBindUInt16.md)   Binds values to an input feature. | 10.5 | ✅ Server |
| [WindowsML.BindUInt32](WindowsMLBindUInt32.md)   Binds values to an input feature. | 10.5 | ✅ Server |
| [WindowsML.BindUInt64](WindowsMLBindUInt64.md)   Binds values to an input feature. | 10.5 | ✅ Server |
| [WindowsML.BindUInt8](WindowsMLBindUInt8.md)   Binds values to an input feature. | 10.5 | ✅ Server |
| [WindowsML.Clear](WindowsMLClear.md)   Clears the properties for this model. | 10.5 | ✅ Server |
| [WindowsML.Description](WindowsMLDescription.md)   Queries description of model. | 10.5 | ✅ Server |
| [WindowsML.Evaluate](WindowsMLEvaluate.md)   Evaluates the model and returns result as JSON. | 10.5 | ✅ Server |
| [WindowsML.List](WindowsMLList.md)   Lists all IDs of ML objects. | 13.1 | ✅ Server |
| [WindowsML.Open](WindowsMLOpen.md)   Loads a model for Windows Machine Learning. | 10.5 | ✅ Server |
| [WindowsML.Release](WindowsMLRelease.md)   Releases a model. | 10.5 | ✅ Server |
| [WindowsML.ReleaseAll](WindowsMLReleaseAll.md)   Release all Windows machine learning models. | 10.5 | ✅ Server |
| [WindowsOCR.Available](WindowsOCRAvailable.md)   Whether OCR is available. | 13.1 | ✅ Server |
| [WindowsOCR.AvailableRecognizerLanguages](WindowsOCRAvailableRecognizerLanguages.md)   Returns a list of all available OCR languages on the device. | 13.1 | ✅ Server |
| [WindowsOCR.CurrentInputMethodLanguageTag](WindowsOCRCurrentInputMethodLanguageTag.md)   Queries current language tag for the user. | 13.1 | ✅ Server |
| [WindowsOCR.IsLanguageSupported](WindowsOCRIsLanguageSupported.md)   Whether a language is supported for OCR. | 13.1 | ✅ Server |
| [WindowsOCR.List](WindowsOCRList.md)   Lists all IDs of OCR engine objects. | 13.1 | ✅ Server |
| [WindowsOCR.MaxImageDimension](WindowsOCRMaxImageDimension.md)   Gets the maximum image pixel dimensions supported by the OCR engine. | 13.1 | ✅ Server |
| [WindowsOCR.New](WindowsOCRNew.md)   Creates a new OCR engine. | 13.1 | ✅ Server |
| [WindowsOCR.Recognize](WindowsOCRRecognize.md)   Scans the specified image for text. | 13.1 | ✅ Server |
| [WindowsOCR.RecognizeFile](WindowsOCRRecognizeFile.md)   Scans the specified image for text. | 13.1 | ✅ Server |
| [WindowsOCR.RecognizerLanguage](WindowsOCRRecognizerLanguage.md)   Queries the language used for the recognizer. | 13.1 | ✅ Server |
| [WindowsOCR.Release](WindowsOCRRelease.md)   Releases the object and all memory used for it. | 13.1 | ✅ Server |
| [WindowsOCR.ReleaseAll](WindowsOCRReleaseAll.md)   Release all our objects. | 13.1 | ✅ Server |
| [WindowsOCR.Result](WindowsOCRResult.md)   Queries a JSON with result of the OCR. | 13.1 | ✅ Server |
| [WindowsOCR.Text](WindowsOCRText.md)   Gets the recognized text. | 13.1 | ✅ Server |
| [WindowsOCR.TextAngle](WindowsOCRTextAngle.md)   Gets the clockwise rotation of the recognized text, in degrees, around the center of the image. | 13.1 | ✅ Server |
| [WindowsScript.AddCode](WindowsScriptAddCode.md)   Adds the code to the specified script. | 1.1 | ✅ Server |
| [WindowsScript.Close](WindowsScriptClose.md)   Removes the specified script from memory. | 1.1 | ✅ Server |
| [WindowsScript.Create](WindowsScriptCreate.md)   Creates a Windows Script in memory. | 1.1 | ✅ Server |
| [WindowsScript.ErrorClear](WindowsScriptErrorClear.md)   Clears the old errors | 1.1 | ✅ Server |
| [WindowsScript.ErrorColumn](WindowsScriptErrorColumn.md)   Returns the error column of the last error. | 1.1 | ✅ Server |
| [WindowsScript.ErrorDescription](WindowsScriptErrorDescription.md)   Returns the text description of the error. | 1.1 | ✅ Server |
| [WindowsScript.ErrorLine](WindowsScriptErrorLine.md)   Returns the error line of the last error. | 1.1 | ✅ Server |
| [WindowsScript.ErrorNumber](WindowsScriptErrorNumber.md)   Returns the number of the last error in a VB script. | 1.1 | ✅ Server |
| [WindowsScript.ErrorSource](WindowsScriptErrorSource.md)   This function returns the name of the module that had the error. | 1.1 | ✅ Server |
| [WindowsScript.ErrorText](WindowsScriptErrorText.md)   Returns the Line of the Script that contains the error. | 1.1 | ✅ Server |
| [WindowsScript.Eval](WindowsScriptEval.md)   Evaluates the "text" and returns the result. | 1.1 | ✅ Server |
| [WindowsScript.ExecuteFunction](WindowsScriptExecuteFunction.md)   Runs the script specified by the Script ID. | 1.1 | ✅ Server |
| [WindowsScript.ExecuteStatement](WindowsScriptExecuteStatement.md)   Executes a statement. | 1.1 | ✅ Server |
| [WindowsScript.GetAllowUI](WindowsScriptGetAllowUI.md)   Returns the Allow UI State of the specified script. | 1.1 | ✅ Server |
| [WindowsScript.GetLanguage](WindowsScriptGetLanguage.md)   Queries the current language. | 1.1 | ✅ Server |
| [WindowsScript.GetTimeout](WindowsScriptGetTimeout.md)   Each script has a setting that dictates how long a script will wait before timing out. | 1.1 | ✅ Server |
| [WindowsScript.GetUseSafeSubset](WindowsScriptGetUseSafeSubset.md)   Returns the Safe Subset State of the specified script. | 1.1 | ✅ Server |
| [WindowsScript.SetAllowUI](WindowsScriptSetAllowUI.md)   Sets the "Allow UI State of the specified script. | 1.1 | ✅ Server |
| [WindowsScript.SetLanguage](WindowsScriptSetLanguage.md)   Returns the Line of the Script that contains the error. | 1.1 | ✅ Server |
| [WindowsScript.SetTimeout](WindowsScriptSetTimeout.md)   Each script has a setting that dictates how long a script will wait before timing out. | 1.1 | ✅ Server |
| [WindowsScript.SetUseSafeSubset](WindowsScriptSetUseSafeSubset.md)   Sets the Safe Subset State of the specified script. | 1.1 | ✅ Server |
| [WindowsUserNotification.Available](WindowsUserNotificationAvailable.md)   Queries whether available. | 7.2 | ❌ Server |
| [WindowsUserNotification.GetExpiresOnReboot](WindowsUserNotificationGetExpiresOnReboot.md)   Queries whether the toast notification will remain in the Notification Center after a reboot. | 13.1 | ❌ Server |
| [WindowsUserNotification.GetFileName](WindowsUserNotificationGetFileName.md)   Queries file name for trigger script. | 7.2 | ❌ Server |
| [WindowsUserNotification.GetGroup](WindowsUserNotificationGetGroup.md)   Gets the group identifier for the notification. | 13.1 | ❌ Server |
| [WindowsUserNotification.GetImagePath](WindowsUserNotificationGetImagePath.md)   Queries image path. | 7.2 | ❌ Server |
| [WindowsUserNotification.GetNotificationMirroring](WindowsUserNotificationGetNotificationMirroring.md)   Gets a value that specifies whether notification mirroring is allowed. | 13.1 | ❌ Server |
| [WindowsUserNotification.GetPriority](WindowsUserNotificationGetPriority.md)   Gets the priority of the toast notification. | 13.1 | ❌ Server |
| [WindowsUserNotification.GetRemoteId](WindowsUserNotificationGetRemoteId.md)   Gets a remote id. | 13.1 | ❌ Server |
| [WindowsUserNotification.GetScriptName](WindowsUserNotificationGetScriptName.md)   Queries script name for trigger script. | 7.2 | ❌ Server |
| [WindowsUserNotification.GetSuppressPopup](WindowsUserNotificationGetSuppressPopup.md)   Gets whether a toast's pop-up UI is displayed on the user's screen. | 13.1 | ❌ Server |
| [WindowsUserNotification.GetTag](WindowsUserNotificationGetTag.md)   Gets the unique identifier of this notification within the notification Group. | 13.1 | ❌ Server |
| [WindowsUserNotification.GetText](WindowsUserNotificationGetText.md)   Query text to show. | 7.2 | ❌ Server |
| [WindowsUserNotification.HideNotification](WindowsUserNotificationHideNotification.md)   Hides the notification. | 7.2 | ❌ Server |
| [WindowsUserNotification.Initialize](WindowsUserNotificationInitialize.md)   Initializes notification system. | 7.2 | ❌ Server |
| [WindowsUserNotification.Isinitialized](WindowsUserNotificationIsinitialized.md)   Queries whether windows user notifications have been initialized. | 7.2 | ❌ Server |
| [WindowsUserNotification.List](WindowsUserNotificationList.md)   Lists all IDs of notifications. | 13.1 | ❌ Server |
| [WindowsUserNotification.NewNotification](WindowsUserNotificationNewNotification.md)   Creates a new notification. | 7.2 | ❌ Server |
| [WindowsUserNotification.Release](WindowsUserNotificationRelease.md)   Releases the notification. | 7.2 | ❌ Server |
| [WindowsUserNotification.ReleaseAll](WindowsUserNotificationReleaseAll.md)   Frees all user notifications objects. | 10.5 | ❌ Server |
| [WindowsUserNotification.SetExpiresOnReboot](WindowsUserNotificationSetExpiresOnReboot.md)   Sets whether the toast notification will remain in the Notification Center after a reboot. | 13.1 | ❌ Server |
| [WindowsUserNotification.SetFileName](WindowsUserNotificationSetFileName.md)   Sets the file name for script trigger. | 7.2 | ❌ Server |
| [WindowsUserNotification.SetGroup](WindowsUserNotificationSetGroup.md)   Sets the group identifier for the notification. | 13.1 | ❌ Server |
| [WindowsUserNotification.SetImagePath](WindowsUserNotificationSetImagePath.md)   Sets image path for the image to show. | 7.2 | ❌ Server |
| [WindowsUserNotification.SetNotificationMirroring](WindowsUserNotificationSetNotificationMirroring.md)   Sets a value that specifies whether notification mirroring is allowed. | 13.1 | ❌ Server |
| [WindowsUserNotification.SetPriority](WindowsUserNotificationSetPriority.md)   Sets the priority of the toast notification. | 13.1 | ❌ Server |
| [WindowsUserNotification.SetRemoteId](WindowsUserNotificationSetRemoteId.md)   Sets a remote id. | 13.1 | ❌ Server |
| [WindowsUserNotification.SetScriptName](WindowsUserNotificationSetScriptName.md)   Sets the script name for script trigger. | 7.2 | ❌ Server |
| [WindowsUserNotification.SetSuppressPopup](WindowsUserNotificationSetSuppressPopup.md)   Sets whether a toast's pop-up UI is displayed on the user's screen. | 13.1 | ❌ Server |
| [WindowsUserNotification.SetTag](WindowsUserNotificationSetTag.md)   Sets the unique identifier of this notification within the notification Group. | 13.1 | ❌ Server |
| [WindowsUserNotification.SetText](WindowsUserNotificationSetText.md)   Sets the text to show. | 7.2 | ❌ Server |
| [WindowsUserNotification.Setting](WindowsUserNotificationSetting.md)   Queries notification status. | 8.3 | ❌ Server |
| [WindowsUserNotification.ShowNotification](WindowsUserNotificationShowNotification.md)   Shows the notification. | 7.2 | ❌ Server |
| [WindowsUserNotification.XMLUsed](WindowsUserNotificationXMLUsed.md)   Queries the XML template used for the notification. | 7.2 | ❌ Server |

368 functions shown.

These functions require a license (56%).

[HTML Version](winonly.shtml)