Thread
:
Antivirus API
View Single Post
#
3
02-04-2005, 10:13
willii
Posts: n/a
You just need to write a COM DLL and implement the IOfficeAntiVirus interface. Then you can use regsvr32 to register your DLL and now, when Office doc openning. It will call your scan method.
willii