INFO_EX_DATA¶
Used by EE_INFO_EX message.
typedef struct _INFO_EX_DATA {
UINT cbSize;
UINT nCmd;
HEEDOC hDoc;
LPARAM lParam;
} INFO_EX_DATA;
Fields¶
cbSize
Must be sizeof(INFO_EX_DATA).
nCmd
Specifies a parameter to retrieve or set. Please see the EE_INFO message for the list of commands.
hDoc
Specifies the handle to the target document. If NULL is specified, the currently active document will be targeted. This field may not be used depending on nCmd.
lParam
Depends on the parameter specified.
Version¶
Supported on EmEditor Professional Version 21.8 or later.