root/lang/commonlisp/cl-win32ole/trunk/MEMO @ 10948

Revision 10948, 286 bytes (checked in by quek, 5 years ago)

lang/commonlisp/cl-win32ole/trunk import.

Line 
1;;-*-mode: outline;-*-
2
3* VARIANT
4
5Before use, all VARIANTARGs must be initialized by VariantInit.
6
7** VariantClear
8
9If the vt field is VT_BSTR, the string is freed.
10
11If the vt field is VT_DISPATCH, the object is released.
12
13If the vt field has the VT_ARRAY bit set, the array is freed.
Note: See TracBrowser for help on using the browser.