Platform SDK: Exchange 2000 Server

Working with C

[This is preliminary documentation and subject to change.]

Writing applications for Exchange in C is of course quite similar to doing so in C++. The various header files required are the same as those required with C++; these headers are generated by the MIDL.exe tool which automatically builds special C functions that simplify working with the interface vtable structures that the COM specification requires. Of course, C++ supports these constructs natively.