Click here to Skip to main content
15,898,035 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Interact with Windows Services Pin
Igor Vigdorchik17-Sep-05 10:18
Igor Vigdorchik17-Sep-05 10:18 
GeneralRe: Interact with Windows Services Pin
ThatsAlok18-Sep-05 18:07
ThatsAlok18-Sep-05 18:07 
AnswerRe: Interact with Windows Services Pin
Igor Vigdorchik17-Sep-05 10:26
Igor Vigdorchik17-Sep-05 10:26 
Questionprocess question Pin
gamitech16-Sep-05 16:16
gamitech16-Sep-05 16:16 
AnswerRe: process question Pin
ThatsAlok16-Sep-05 22:50
ThatsAlok16-Sep-05 22:50 
AnswerRe: process question Pin
YoSilver17-Sep-05 1:54
YoSilver17-Sep-05 1:54 
GeneralRe: process question Pin
Alexander M.,17-Sep-05 11:43
Alexander M.,17-Sep-05 11:43 
GeneralRe: process question Pin
gamitech18-Sep-05 2:04
gamitech18-Sep-05 2:04 
I know that I can make a driver and use deviceiocontrol and get the handle out but just tell me the function.
The EPROCESS structure doesn't have a member for the handle.

I know about this function
NTSYSAPI
NTSTATUS
NTAPI
PsLookupProcessByProcessId (
    IN ULONG        ProcessId,
    OUT PEPROCESS       *Process
);
and this is all I know about eprocess

typedef struct _EPROCESS {
    KPROCESS            Pcb;
    EX_PUSH_LOCK        ProcessLock;
    ...

    UCHAR               ImageFileName[16];
    ...

    UCHAR               PriorityClass;
    BOOLEAN             WorkingSetAcquiredUnsafe;
} EPROCESS, *PEPROCESS;

is KPROCESS the process HANDLE and if it is what ACCESS does it have, i supose PROCESS_ALL_ACCESS right ??/



gabby
Questionhow to get IMAGE_FUNCTION_ENTRY Pin
gamitech16-Sep-05 16:08
gamitech16-Sep-05 16:08 
AnswerRe: how to get IMAGE_FUNCTION_ENTRY Pin
YoSilver17-Sep-05 2:03
YoSilver17-Sep-05 2:03 
AnswerRe: how to get IMAGE_FUNCTION_ENTRY Pin
Alexander M.,17-Sep-05 12:07
Alexander M.,17-Sep-05 12:07 
QuestionNewbie Question Pin
kenexcelon16-Sep-05 9:52
kenexcelon16-Sep-05 9:52 
AnswerRe: Newbie Question Pin
David Crow16-Sep-05 10:11
David Crow16-Sep-05 10:11 
GeneralRe: Newbie Question Pin
kenexcelon16-Sep-05 10:30
kenexcelon16-Sep-05 10:30 
GeneralRe: Newbie Question Pin
David Crow16-Sep-05 10:36
David Crow16-Sep-05 10:36 
GeneralRe: Newbie Question Pin
hunter1316-Sep-05 10:40
hunter1316-Sep-05 10:40 
GeneralRe: Newbie Question Pin
hunter1316-Sep-05 10:36
hunter1316-Sep-05 10:36 
AnswerRe: Newbie Question Pin
kenexcelon16-Sep-05 13:58
kenexcelon16-Sep-05 13:58 
QuestionRun Shellexecute and wait for it to return Pin
anderslundsgard16-Sep-05 9:51
anderslundsgard16-Sep-05 9:51 
AnswerRe: Run Shellexecute and wait for it to return Pin
David Crow16-Sep-05 10:09
David Crow16-Sep-05 10:09 
GeneralRe: Run Shellexecute and wait for it to return Pin
hunter1316-Sep-05 10:33
hunter1316-Sep-05 10:33 
QuestionIrregularly spaced x,y,z data to regular contours Pin
Chris Maunder16-Sep-05 9:47
cofounderChris Maunder16-Sep-05 9:47 
AnswerRe: Irregularly spaced x,y,z data to regular contours Pin
Yongki C. A. Jong17-Sep-05 6:11
Yongki C. A. Jong17-Sep-05 6:11 
AnswerRe: Irregularly spaced x,y,z data to regular contours Pin
cmk17-Sep-05 17:54
cmk17-Sep-05 17:54 
Questioncapturing window image through its handle Pin
Neo_MXP16-Sep-05 9:34
Neo_MXP16-Sep-05 9:34 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.