EE_CONVERT_CSV¶
Converts the CSV format of the current document. You can send this message explicitly or use the Editor_ConvertCsv inline function.
EE_CONVERT_CSV
wParam = (WPARAM)(CONVERT_CSV_INFO*)pInfo;
lParam = 0;
Parameters¶
pInfo
Specifies the pointer to the CONVERT_CSV_INFO structure.
Return Values¶
The return value is S_OK if succeeds.
Version¶
Supported on Version 19.8 or later.