On Tuesday 24 November 2009 18:49:53 Brian Lu wrote:
> Hi, All,
> 
> I read evolution mapi plugin source code and find it uses
> GetFIDFromEntryID() which is part of libmapi API in the file
> (libmapi/utils.c)
> I searched
> http://apidocs.openchange.org/libmapi/globals_0x67.html#index_g but
> can't find any document about it.
There is the documentation in the file, but that file (libmapi/utils.c) didn't 
have the right Doxygen header, so it wasn't getting extracted.
 
> Can someone add a entry for it in
> http://apidocs.openchange.org/libmapi/globals_0x67.html#index_g?
I added a header in r1560 that works on my local doxygen generation. Hopefully 
the documentation will get regenerated in due course and it will work on 
http://apidocs.openchange.org too.

If you want to understand the API documentation (e.g. "what is this FID thing, 
and why do I care?") you'll need to read some bits of the Microsoft docs. 
Perhaps MS-OXCDATA for that particular call 

> I also find there some PR_* macros used in the plugin. Can we add some
> documents about them?
They aren't macros. They're constants, and usually indicate a tag for a 
property value. There is a very large list and description in the Microsoft 
documents. Look for "MS-OXPROPS".

Brad

_______________________________________________
devel mailing list
devel@lists.openchange.org
http://mailman.openchange.org/listinfo/devel

Reply via email to