Re: [python-win32] Extending Vista/Windows7 with Python

2009-11-05 Thread Tim Roberts
Stormy wrote: I am trying to implement IPropertyStore in a python component, and run into a few problems. HRESULT GetValue( REFPROPERTYKEY /key/, PROPVARIANT */pv/ ); The GetValue method passes a pointer in the form of an integer to python instead of a key. Correct.

Re: [python-win32] Extending Vista/Windows7 with Python

2009-11-05 Thread Stormy
Tim Roberts wrote: Stormy wrote: I am trying to implement IPropertyStore in a python component, and run into a few problems. HRESULT GetValue( REFPROPERTYKEY /key/, PROPVARIANT */pv/ ); The GetValue method passes a pointer in the form of an integer to python instead of a key.