From: clement.ow / asia.bnpparibas.com 
# But just curious actually, that if there is any documentation that 
# pertains to the win32ole methods, not the one from the ruby 

clement, win32ole is mainly microsoft-ism. Ruby's win32ole is just a beautiful ruby wrapper for windows ole. You'll have to dig the microsoft dsn site or download some free ole browsers to get a full listing/documentation of the ole methods in windows... You can create your own ole dll but then again, you still have to read microsoft specs on that too...

kind regards -botp