Home |
Function rtsmb_srv_share_add_tree_ex Function rtsmb_srv_set_group_permissions_ex Function rtsmb_srv_register_user_ex Function rtsmb_set_codepage_OEM Function rtsmb_set_codepage_ANSI |
Function rtsmb_set_codepage_ANSIrtsmb_set_codepage_ANSI calls rtsmb_set_codepage with suitable parameters for ANSI code page 1252: void rtsmb_set_codepage_ANSI(void); The code page installed through this function must match the code page expected by the file system implementing network shares. For example, applications using RTFiles-32 should also call RTFSetCodePageANSI when this function is called. 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_OEM Function rtsmb_set_codepage_UTF8
|