Home |
Function rtsmb_cli_init_ex Function rtsmb_cli_ez_set_user_ex Function rtsmb_set_codepage_OEM Function rtsmb_set_codepage_ANSI Function rtsmb_set_codepage_UTF8 |
Function rtsmb_cli_init_exThis function initializes the SMB client. void rtsmb_cli_init_ex(const BYTE * ip, const BYTE * mask); ParametersipPointer to the IP address of the local host in network byte order. maskNet mask of the LAN segment the client is running on. rtsmb_cli_init_ex should be the first function of the SMB client API called. It reads configuration data from structure CFG_SMBC to which applications can assign non-default values before calling rtsmb_cli_init_ex. rtsmb_cli_ez_set_user_ex must be called after this function to supply valid user credentials.
|