SetSelectedFTPConnection

 

#include “BlackIceDEVMODE.h”

 

BOOL            SetSelectedFTPConnection (BlackIceDEVMODE* pDevMode, DWORD dwConnectionID);

Description

Sets the ID of the stored FTP connection that is used for uploading printed documents.

Parameters

BlackIceDEVMODE* pDevMode   - pointer to the BlackIceDEVMODE structure.

DWORD dwConnectionID             - The ID of the selected FTP connection. The ID can be attained by using the GetFTPConnectionByIndex, GetFTPConnectionByName, GetSelectedFTPConnection or the AddFTPConnection functions.

Return value

TRUE on success, otherwise FALSE.

Programming Notes

None

Code Example

None