Coders' Corner Search:
General :: Windows :: Programming :: Windows with Delphi :: Windows API
Windows programming with Delphi

Articles:


Featured Article

Sending a file via DCOM

To send a file through DCOM (not the file's name, but the actual content),
you may read it in a variant array; this datatype is OLEVariant compatible.

You should call VarArrayLock()/ VarArrayUnlock() to improve speed.