2009年6月4日 星期四

IUnknown

root of all com interface

ex:
[object, uuid(DA4A270-AIBA-lldO-BC2C-OOBOC73925BA)]
interface ITest : IUnknown {
import "unknwn.idl" // bring in definition of IUnknown
HRESULT test(void);

}

沒有留言: