hi!
I am new to c++ and for a project i have to access a dll file. And in the access details of this dll the company has given this help -
Load dll and create the main interface (ILITWriter) using the CreateWriter() export.
// CreateWriter method detail
HRESULT CreateWriter(
[out, retval] IUnknown** ppWriter
);
Parameter ppWriter - Pointer to interface pointer of new writer
Could anybody pls tell me what they are actually want to say.Specifically what doest they mean with the term - "create the main interface (ILITWriter) using the CreateWriter() export." and how should i go about this.
Thanxs,



LinkBack URL
About LinkBacks


