EE_INSERT_FILEA¶
Inserts the specified file contents at the cursor. The file name is specified as an ANSI string. You can send this message explicitly or use the Editor_InsertFileA inline function.
EE_INSERT_FILEA
wParam = (WPARAM) (LOAD_FILE_INFO*) pLoadFileInfo;
lParam = (LPARAM) (LPCSTR) szFileName;
Parameters¶
pLoadFileInfo
Pointer to a LOAD_FILE_INFO structure. If this parameter is NULL, EE_INSERT_FILEA will open a file by a method predefined by the properties.
szFileName
Specifies a full path file name. If a non-existing file is specified, EE_INSERT_FILEA will fail.
Return Values¶
If the command is successful, the return value is nonzero. If the command it not successful, the return value is zero.