Share

CNavDialog::GetDownloadActionCodes

C++

virtual DWORD GetDownloadActionCodes(
    CString& strURL
);

Description

Callback to get additional action code bits for a remote download just before the download takes place. See the NavInetTransferActions enum for additional actions that can be specified.

Parameters

Parameters Description
strURL URL-based file being downloaded.

Links

CNavDialog Class

Was this information helpful?