hi all
how could i know that this function is doing this particular wrk?
example:
Declare Sub W32_OSCurrentTimeDate Lib “nnotes.dll” Alias “OSCurrentTIMEDATE”(Ret As TIMEDATE)
hi all
how could i know that this function is doing this particular wrk?
example:
Declare Sub W32_OSCurrentTimeDate Lib “nnotes.dll” Alias “OSCurrentTIMEDATE”(Ret As TIMEDATE)
Subject: regading function
Many (not all) of the functions in nnotes.dll are defined in the C API reference help. Yuo can get it by downloading the relevant SDK. The only problem is that the C inteface is given in this helpfile and you need the Lotusscript interface. Unfortunaly you cannot always translate a parameter from one definition into another. But in m,ost cases it can be done.