hello,
I need help in query interface like i am getting com pointer through a function and i need to extract the data and put in the required type.
CComPtr<IModelDoc2> swDrawing = NUL...
or is the effect limited ?
I have a ATL COM wrapper that defines a function in IDL as:
[id(1), helpstring("method FileToMem")]
HRESULT FileToMem(
[in,ref] char* sFilePath, [out,ref] char* sDat...
I'd like to know how to send a custom message from one thread, and how to how to setup a message handler function in the receiving thread in an ATL based ActiveX control.
I've got an ATL b...
I am not familiar with this, and can use a kick start.
I am using ATL (unmanaged C++) and would like to use the ShockWave ActiveX object. I need to know how to declare it so that I can set ...