CreateToolhelp32Snapshot
  Home FAQ Contact Sign in
 
Advanced search
MATCHING GROUPS



more...
POPULAR GROUPS

more...

found 26 articles for 0.050 sec
Re: CreateToolhelp32Snapshot     

Group: comp.os.mswindows.programmer.win32 · Group Profile · Search for CreateToolhelp32Snapshot in comp.os.mswindows.programmer.win32
Author: Aaron Moore
Date: May 7, 2008 09:01

...: For a little bit now I've been struggling with an issue involving OpenProcess and CreateToolhelp32Snapshot. The issue revolves around a single process returning ERROR_ACCESS_DENIED when I attempt to either call CreateToolhelp32Snapshot on the process or OpenProcess. The target process has Medium Integrity, is running in ...
Show full article (1.43Kb) · Show article thread
Re: CreateToolhelp32Snapshot     

Group: comp.os.mswindows.programmer.win32 · Group Profile · Search for CreateToolhelp32Snapshot in comp.os.mswindows.programmer.win32
Author: paul
Date: May 5, 2008 15:51

...wrote: For a little bit now I've been struggling with an issue involving OpenProcess and CreateToolhelp32Snapshot. The issue revolves around a single process returning ERROR_ACCESS_DENIED when I attempt to either call CreateToolhelp32Snapshot on the process or OpenProcess. The target process has Medium Integrity, is running in ...
Show full article (0.71Kb) · Show article thread
CreateToolhelp32Snapshot     

Group: comp.os.mswindows.programmer.win32 · Group Profile · Search for CreateToolhelp32Snapshot in comp.os.mswindows.programmer.win32
Author: Aaron Moore
Date: May 5, 2008 13:41

... struggling with an issue involving OpenProcess and CreateToolhelp32Snapshot. The issue revolves around a single ... when I attempt to either call CreateToolhelp32Snapshot on the process or OpenProcess. The ... is that my process can call CreateToolhelp32Snapshot on every other process of the ...a process in windows Vista to prohibit CreateToolhelp32Snapshot or OpenProcess from being called on ...
Show full article (1.22Kb)
Re: How to limit the number of instances of an application on a server?     

Group: microsoft.public.vc.mfc · Group Profile · Search for CreateToolhelp32Snapshot in microsoft.public.vc.mfc
Author: Karsten Schulz
Date: Jun 9, 2008 04:56

...; HMODULE hWin95Kernel=GetModuleHandle(_T("kernel32.dll")); if(!hWin95Kernel) return false; if(!(fnCreateToolhelp32Snapshot=(PFN_CREATETHELP32SNPSHT)GetProcAddress(hWin95Kernel,"CreateToolhelp32Snapshot")) ) return false; if(!(fnProcess32First=(PFN_PROCESS32FIRST)GetProcAddress(hWin95Kernel,"Process32First")) ) return false; if(!(fnProcess32Next=(PFN_PROCESS32NEXT)GetProcAddress(...
Show full article (2.37Kb) · Show article thread
[openssl.org #1678] PATCH: Timeout bugs on windows in RAND_poll()     

Group: mailing.openssl.dev · Group Profile · Search for CreateToolhelp32Snapshot in mailing.openssl.dev
Author: Peter Rosin via RT
Date: May 22, 2008 06:27

... @@ -463,7 +463,7 @@ PROCESSENTRY32 p; THREADENTRY32 t; MODULEENTRY32 m; - DWORD stoptime = 0; + DWORD stoptime; snap = (CREATETOOLHELP32SNAPSHOT) GetProcAddress(kernel, "CreateToolhelp32Snapshot"); @@ -495,7 +495,8 @@ * of entropy. */ hlist.dwSize = sizeof(HEAPLIST32); - if (good) stoptime = GetTickCount...
Show full article (4.49Kb)
Re: First invocation of a program in a script     

Group: alt.msdos.batch.nt · Group Profile · Search for CreateToolhelp32Snapshot in alt.msdos.batch.nt
Author: boris
Date: May 22, 2008 01:53

... I cause CMD to invoke an identified program whenever it starts running a script? Thanks in advance, -- Norm To reply, change domain to an adult feline. I think, CreateToolhelp32Snapshot(), etc. - functions provide info on parent process - so it's easy to check if parent is cmd.exe. Also, you might want to maintain state (table of parent PIDs) in some file. The only ...
Show full article (1.71Kb) · Show article thread
Re: First invocation of a program in a script     

Group: comp.os.mswindows.programmer.win32 · Group Profile · Search for CreateToolhelp32Snapshot in comp.os.mswindows.programmer.win32
Author: boris
Date: May 22, 2008 01:53

... I cause CMD to invoke an identified program whenever it starts running a script? Thanks in advance, -- Norm To reply, change domain to an adult feline. I think, CreateToolhelp32Snapshot(), etc. - functions provide info on parent process - so it's easy to check if parent is cmd.exe. Also, you might want to maintain state (table of parent PIDs) in some file. The only ...
Show full article (1.71Kb) · Show article thread
Re: WM_ACTIVATEAPP and program name     

Group: comp.os.mswindows.programmer.win32 · Group Profile · Search for CreateToolhelp32Snapshot in comp.os.mswindows.programmer.win32
Author: Norman Bullen
Date: Apr 29, 2008 06:26

.... The value passed in lParam is a thread identifier, not a module handle that can be passed to GetModuleFileName(). You can get its process ID by using OpenThread() and GetProcessIdOfThread(). Then you can use CreateToolhelp32Snapshot(), Module32First(), and Module32Next() to walk through the list of modules in the process. -- Norm To reply, change domain to an adult feline.
Show full article (1.30Kb) · Show article thread
CreateToolhelp32Snapshot and EnumProcessModules won't work on vista 64 bit OS when 32 bit app calls these functions on 64 bit     

Group: microsoft.public.vb.winapi · Group Profile · Search for CreateToolhelp32Snapshot in microsoft.public.vb.winapi
Author: no
Date: Feb 25, 2008 07:17

...of modules under a process. The CreateToolhelp32Snapshot / Process32First / Process32Next works fine to ... running on WOW64, use the CreateToolhelp32Snapshot function. and then on the ... page of the same site: CreateToolhelp32Snapshot Function ---------------------------------- If the specified process ... you do this instead of CreateToolhelp32Snapshot? then what? how do you ...
Show full article (2.02Kb)
Re: Getting a list of running processes     

Group: alt.comp.lang.borlanddelphi · Group Profile · Search for CreateToolhelp32Snapshot in alt.comp.lang.borlanddelphi
Author: Rob Kennedy
Date: Mar 22, 2008 13:49

.... It's a null-terminated string, and those are automatically converted into Delphi strings when you assign them or pass them as Delphi strings. end; begin handler := CreateToolhelp32Snapshot(TH32CS_SNAPALL, 0); I notice that you're assuming that call is always successful. Why are you asking for all information when you really only need process information? ...
Show full article (2.15Kb) · Show article thread
 
1 · 2 · 3 · next