Home |
Function rtsmb_cli_ez_set_user_ex Function rtsmb_set_codepage_OEM Function rtsmb_set_codepage_ANSI Function rtsmb_set_codepage_UTF8 |
Function rtsmb_set_codepage_OEMrtsmb_set_codepage_OEM calls rtsmb_set_codepage with suitable parameters for OEM code page 437. You only need to call this function if the code page has previously been changed as code page 437 is the default. void rtsmb_set_codepage_OEM(void); This function is shared among the SMB server and SMB client. For applications using both the SMB server and SMB client, this function changes the code page for the server and the client with a single call. Function rtsmb_set_codepage_ANSI
|