Hi,
I believe a parameterless propget doesn't work as it should. Consider
the following interfaces:
interface IObject2: IDispatch
{
[id(1), propput] HRESULT AttValue ( [in] BSTR attr, [in] VARIANT newVal);
[id(1), propget] HRESULT AttValue ( [in] BSTR attr, [out,
retval] VARIANT *pVal
I
am getting an access denied error when
calling _winreg.SaveKey and I believe that the error is being
caused by not having the SeBackupPrivilege set when calling the _winreg.SaveKey method for a remote host (I am attempting to
export a registry key from a remote host to a file for backup purposes)
Never mind...
I found the note in the AdapterInfo.py code... It's the name in the
Network control panel...
This is quite interesting, and helpful...
Anything else you'd like to share?
- Benjamin
___
Python-win32 mailing list
Python-wi
Tom,
> I have a module lying around that does this. Should work on 2k and
XP, at least.
> You call it with the 'friendly name' of the network adaper, and it
displays the ip
> address and network mask (IIRC). Should be easy to adapt to our
needs, and more.
Silly question...
What is the friendl
Rodney McBride wrote:
>I am getting an access denied error when calling _winreg.SaveKey and I
> believe that the error is being caused by not having the SeBackupPrivilege
> set when calling the _winreg.SaveKey method for a remote host (I am
> attempting to export a registry key from a remote host t
Schollnick, Benjamin schrieb:
> Tom,
>
>> I have a module lying around that does this. Should work on 2k and
>>
> XP, at least.
>> You call it with the 'friendly name' of the network adaper, and it
> displays the ip
>> address and network mask (IIRC). Should be easy to adapt to our
> needs, and