Re: [python-win32] Problem to call COM-dynamic-server ; resolved

2006-05-09 Thread Michel Claveau
Hi! (*sorry, but translate with Babelfish help*, because my english is too bad) I finally solved my problem, by intercepting/modifying several things on the server side. However, several information could be useful for you: - The calls with multiple points are refused by Python. example

Re: [python-win32] Why I get wrong filetime values with win32 api(FindFilesW) ?

2006-05-09 Thread Mark Hammond
> I need to get filelists from many HDD-s with more props. of files. > I used FindFilesW to get these informations. > > But I have a problems with it. > When I used Find_Data tuple, and it's atime,ctime,mtime props, I get > wrong result. > > I have hungarian Windows (XP), so little time diff. I hav

Re: [python-win32] Getting localized account name from RID

2006-05-09 Thread Mark Hammond
Hi Sid, > I need to get the localized account name for "BUILTIN\Users", which > afaict maps to ntsecuritycon.DOMAIN_ALIAS_RID_USERS. But, given that, > how do I get from the RID to the SID? (or to the account name which is > what I want anyway). > > I've found the following article, but my C is no

[python-win32] Getting localized account name from RID

2006-05-09 Thread Sidnei da Silva
I need to get the localized account name for "BUILTIN\Users", which afaict maps to ntsecuritycon.DOMAIN_ALIAS_RID_USERS. But, given that, how do I get from the RID to the SID? (or to the account name which is what I want anyway). I've found the following article, but my C is not good enough to par

[python-win32] Why I get wrong filetime values with win32 api (FindFilesW) ?

2006-05-09 Thread Christian Stooker
Hi ! I need to get filelists from many HDD-s with more props. of files. I used FindFilesW to get these informations. But I have a problems with it. When I used Find_Data tuple, and it's atime,ctime,mtime props, I get wrong result. I have hungarian Windows (XP), so little time diff. I have. Thes