Re: DefaultInterface.QueryInterface (General questions)
Dandraka,
to explain in common words - QueryInterface returns Blob type from FileBlob. As you may guessed, FileBlob is based on Blob type. Since wodCrypt requires Blob type, QueryInterface casts (in COM terms) from FileBlob to Blob, so wodCrypt accepts it properly.
It doesn't matter if you set Filename before this case or after it - reference always points to exactly the same object.
Hope it helps.
Complete thread:
- DefaultInterface.QueryInterface - dandraka, 2005-02-18, 14:10
- Re: DefaultInterface.QueryInterface - wodSupport, 2005-02-18, 15:58