Displaying 3 results from an estimated 3 matches for "process_query_information".
2009 Sep 13
1
[LLVMdev] I am suspicious on the setting of _WIN32_WINNT
...E);
#endif
but IN Wnidows SDK, there is nothing around GetProcessId.
But from MSDN
GetProcessId Function
Retrieves the process identifier of the specified process.
Syntax
DWORD WINAPI GetProcessId(
__in HANDLE Process
);
Parameters
Process
A handle to the process. The handle must have the
PROCESS_QUERY_INFORMATION or PROCESS_QUERY_LIMITED_INFORMATION access
right.
Return Value
If the function succeeds, the return value is the process identifier
of the specified process.
If the function fails, the return value is zero. To get extended error
information, call GetLastError.
Remarks
Until a process term...
2008 Jun 04
12
Mongrel as Windows service with normal privileges
I am trying to run Mongrel 1.1.5 with mongrel_service 0.3.4 on Ruby
1.8.6 with a "normal" user account, i.e. a user which belongs only to
the Windows group "Users". The rationale behind this is that running a
web server with full administrative rights (e.g. Local System) is not
something that I would like to do.
Unfortunately, starting the service from the services control
2015 Aug 21
0
Wine release 1.7.50
...Daniel Lehman (1):
msxml3: Fix crash when merging Text nodes.
Dmitry Timoshkov (14):
ntdll: Separate image relocation from NtMapViewOfSection.
msi: Avoid using dialog record after free.
advapi32/tests: Fix compilation with PSDK.
advapi32/tests: Add a test to show that PROCESS_QUERY_INFORMATION should implicitly grant PROCESS_QUERY_LIMITED_INFORMATION access.
server: Keep a pointer to parent's fd unix_name in the closed_fd structure.
ntdll: Do not fail to relocate an image if the size of relocation block is 0.
kernel32/tests: Fix compilation with PSDK.
kernel32...