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

C / C++ / MFC

 
QuestionWM_DESTROY message does not appear to post on VK_ESCAPE [modified] Pin
Sauce!4-Oct-07 3:06
Sauce!4-Oct-07 3:06 
AnswerRe: WM_DESTROY message does not appear to post on VK_ESCAPE Pin
led mike4-Oct-07 4:36
led mike4-Oct-07 4:36 
GeneralRe: WM_DESTROY message does not appear to post on VK_ESCAPE Pin
Sauce!4-Oct-07 4:52
Sauce!4-Oct-07 4:52 
GeneralRe: WM_DESTROY message does not appear to post on VK_ESCAPE Pin
David Crow4-Oct-07 4:59
David Crow4-Oct-07 4:59 
GeneralRe: WM_DESTROY message does not appear to post on VK_ESCAPE Pin
Sauce!4-Oct-07 5:29
Sauce!4-Oct-07 5:29 
QuestionFunction Pointer? [modified] Pin
kiranin4-Oct-07 3:01
kiranin4-Oct-07 3:01 
AnswerRe: Function Pointer? Pin
toxcct4-Oct-07 3:15
toxcct4-Oct-07 3:15 
GeneralRe: Function Pointer? Pin
kiranin4-Oct-07 3:25
kiranin4-Oct-07 3:25 
Then it should have been declared as

typedef NTSTATUS (*pfnNtQueryInformationProcess)(
IN HANDLE ProcessHandle,
IN PROCESSINFOCLASS ProcessInformationClass,
OUT PVOID ProcessInformation,
IN ULONG ProcessInformationLength,
OUT PULONG ReturnLength OPTIONAL
);

pfnNtQueryInformationProcess gNtQueryInformationProcess;


What is this NTAPI in between? What is its signifance?

Thanx
GeneralRe: Function Pointer? Pin
toxcct4-Oct-07 3:27
toxcct4-Oct-07 3:27 
GeneralRe: Function Pointer? Pin
kiranin4-Oct-07 3:37
kiranin4-Oct-07 3:37 
AnswerRe: Function Pointer? Pin
David Crow4-Oct-07 3:22
David Crow4-Oct-07 3:22 
QuestionBuild binary with debugging information Pin
Programm3r4-Oct-07 2:17
Programm3r4-Oct-07 2:17 
QuestionHow to identify click event of Tab control? Pin
Atul234-Oct-07 1:49
Atul234-Oct-07 1:49 
AnswerRe: How to identify click event of Tab control? Pin
Naveen4-Oct-07 1:52
Naveen4-Oct-07 1:52 
AnswerRe: How to identify click event of Tab control? Pin
David Crow4-Oct-07 3:24
David Crow4-Oct-07 3:24 
Questionusing, namespace and enum: VS2003 Compiler Bug? Pin
Russell'4-Oct-07 1:35
Russell'4-Oct-07 1:35 
AnswerRe: using, namespace and enum: VS2003 Compiler Bug? Pin
jhwurmbach4-Oct-07 2:12
jhwurmbach4-Oct-07 2:12 
GeneralRe: using, namespace and enum: VS2003 Compiler Bug? Pin
Russell'4-Oct-07 2:22
Russell'4-Oct-07 2:22 
AnswerRe: using, namespace and enum: VS2003 Compiler Bug? Pin
Russell'4-Oct-07 2:20
Russell'4-Oct-07 2:20 
Questionhow to change the color of header of list control Pin
rajneshmalik4-Oct-07 0:50
rajneshmalik4-Oct-07 0:50 
AnswerRe: how to change the color of header of list control Pin
Naveen4-Oct-07 1:48
Naveen4-Oct-07 1:48 
AnswerRe: how to change the color of header of list control Pin
ThatsAlok5-Oct-07 0:49
ThatsAlok5-Oct-07 0:49 
QuestionHelp needed in Borland C++ Builder Pin
__yash__4-Oct-07 0:24
professional__yash__4-Oct-07 0:24 
AnswerRe: Help needed in Borland C++ Builder Pin
_AnsHUMAN_ 4-Oct-07 0:41
_AnsHUMAN_ 4-Oct-07 0:41 
AnswerRe: Help needed in Borland C++ Builder Pin
James R. Twine4-Oct-07 1:30
James R. Twine4-Oct-07 1:30 

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.