Share

NavInetTransferActions

C++

enum NavInetTransferActions {
  NAV_INET_IGNORE_CACHE = 0x1,
  NAV_INET_STOP_ON_ERROR = 0x2,
  NAV_INET_KEEP_CACHE = 0x4
};

File

aNavDialog.h

Members

Members Description
NAV_INET_IGNORE_CACHE Always download the file from a remote location
NAV_INET_STOP_ON_ERROR Stop downloading files on the first error
NAV_INET_KEEP_CACHE Do not remove a downloaded file from the cache on exit

Description

This is the enumerated type for the action code bits for remote file transfer.

Was this information helpful?