DefaultInterface.QueryInterface (wodCrypt)
Hi there,
in the wodCrypto samples, right before the .Encrypt (or decrypt) there are the lines:
inblob.DefaultInterface.QueryInterface(WODCRYPTCOMLib_TLB.IID_IBlob, inb);
outblob.DefaultInterface.QueryInterface(WODCRYPTCOMLib_TLB.IID_IBlob, outb);
I have only a vague understanding of what this does, and this makes me a little nervous [:uhoh:]. Can you point me to some explanation ?
And another related question: For fileblobs, does it matter if the filename (inblob.filename) is set before or after the DefaultInterface.QueryInterface ?
Thanks for your time,
Dimitris Andrakakis
Complete thread:
- DefaultInterface.QueryInterface - dandraka, 2005-02-18, 14:10
- Re: DefaultInterface.QueryInterface - wodSupport, 2005-02-18, 15:58