Windows NT 4.0 source code leak
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

807 B

---------------------------------------
OLE Automation Sample Program: TiBrowse
---------------------------------------

Tibrowse is a sample OLE Automation browser. When started,
it asks the user to selected a type library (.tlb) file.
The browser then displays the contents of this file.




---------------------------
Shortcomings of this sample
---------------------------
1. This browser is not suitable for use by end users. It is
deficient in many ways. A few of them:
- Users should never have to know that uuid's exist. Thus,
they should not be displayed in a browser.
- Items that are restricted or that start with underscore
should not be displayed in a browser.
- Duplicates for propery get/set pairs should be removed
since users think about properties, not about get/set
pairs.