CArclib::ArcSetMaxCmdLen

The ArcSetMaxCmdLen method updates the Max Command Length mode.

 

virtual ARC_STATUS ArcSetMaxCmdLen (

BYTE nMode

);

Parameters:

[IN]

nMode: Modes of Length

 

Value

Meaning

MAX_CMD_LEN_148K

148K

MAX_CMD_LEN_256K

256K

MAX_CMD_LEN_512K

512K

MAX_CMD_LEN_1M

1M

MAX_CMD_LEN_2M

2M

MAX_CMD_LEN_4M

4M

Return Values

This method returns the ARC_STATUS.

Note:

Password required if password enabled, use ArcChkPassword member function to validate the password.