ctypes.com - unable to call function, read property

R

Roman Yakovenko

Hi. I am trying for the first time to use ctypes.com module.
I have question: I have reference to object that implements IDiaSession interface.

IDiaSession._methods_ = IUnknown._methods_ + [
STDMETHOD(HRESULT, "_get_loadAddress", POINTER(c_ulonglong)),
STDMETHOD(HRESULT, "getEnumDebugStreams", POINTER(POINTER(IDiaEnumDebugStreams))),

I can't find out how I call _get_loadAddress and getEnumDebugStreams methods.
I know that in com "get_" is a prefix for property. What should I do ?
Also "_get_loadAddress" defined as property.


Thanks for help.

Roman
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,009
Latest member
GidgetGamb

Latest Threads

Top