emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: File Owner and Group ID on Windows


From: Eli Zaretskii
Subject: Re: File Owner and Group ID on Windows
Date: Thu, 21 Aug 2008 19:37:41 +0300

> Date: Thu, 21 Aug 2008 16:14:51 +0200
> From: "Juanma Barranquero" <address@hidden>
> Cc: address@hidden
> 
>  get_token_information (...)  => 0
>  GetLastError () => 998  (ERROR_NOACCESS)

And what about the similar code in w32_system_process_attributes? does
it work for the Emacs process?  If it does, perhaps we need to open
the current process the same way we do there, and ask for
PROCESS_QUERY_INFORMATION and PROCESS_VM_READ types of access.  Can
you check that?

Also, do you know if this ever worked for you?  I don't think this
code was changed since May.

Finally, what kind of a machine is this failing on? is it a standalone
workstation or a machine behind a domain server?





reply via email to

[Prev in Thread] Current Thread [Next in Thread]