Platform SDK: Web Telephony Engine

WTEApplication.DownloadControlFlags Property

The DownloadControlFlags property sets or retrieves a group of flags that control the download mode.

Syntax

WTEApplication.DownloadControlFlags [ = iFlags ]

Possible Values

iFlags
Integer values that control the download mode (for example, DLCTL_SILENT). For a list of the download-control flags, see the documentation in the MSDN library.

This property is read-write.

Remarks

When WTE is running as a service, it always includes the DLCTL_DOWNLOADONLY and DLCTL_SILENT flags. Also, these two flags are the default value of the DownloadControlFlags property.

When WTE is running as an executable, you must remove the DLCTL_DOWNLOADONLY flag from the mask in order to see images.

Requirements

  Windows NT/2000: Requires Windows 2000.
  Windows 95/98: Unsupported.
  Header: Declared in Mswtecom.idl and Mswtecom.h.
  Library: Use Mswtecom.lib.

See Also

WTEApplication