C api - em_nsfnoteupdatextended

Hi,

is there any way to obtain by writing documents, which process is updating the note?

If the user is updating the note, I can obtain it by NSFDbUserNameGet(…), but how to obtain process name?

Best regards

Konrad

Subject: c api - em_nsfnoteupdatextended

rather easy.

platform independent you use:

capi-AddInQueryDefaults

server will return “” (as far as i remember). there may be other (custome) addin-tasks that also return “”.

in win32 you could use GetModuleFileName (returns filename or fullpath, depending on os version) - return processname (different from addin*)

Markus Seitz

markus.seitz@icodex.com