Setftpwriteable – Argox PT-9130 User Manual

Page 59

Advertising
background image

PT-90 Mobile Computer SDK Programming Manual 52

SetFTPWriteable

Enable or disable File Transfer Profile writable.

DWORD SetFTPWriteable

{

BOOL

bWriteable

}

Parameters

bWriteable

[in] Flag that indicates whether to enable (TRUE) or disable (FALSE) the File Transfer Profile writeable

mode

Returned Values

Return

E_FUNC_SUCCEED

if the operation is successful.

Example

if(SetFTPWriteable(TRUE) != E_FUNC_SUCCEED)

AfxMessageBox(_T("Set FTP writeable fail"));

Requirements

OS Versions: Windows CE 6.0 or beyond.

Header: sysapiax.h

Link Library: sysapiax.lib

Link DLL: sysapiax.dll
Device: PT90

Advertising