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

C / C++ / MFC

 
Questionwhat can send WM_ERASEBKGND? Pin
dawka19064-Oct-07 4:05
dawka19064-Oct-07 4:05 
AnswerRe: what can send WM_ERASEBKGND? Pin
Mark Salsbery4-Oct-07 6:02
Mark Salsbery4-Oct-07 6:02 
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 
If we declare a function pointer as

typedef void (*myPtr)(void);
myptr NewPtr;

This means that NewPtr is a function pointer of type myptr, where myptr is inturn a function pointer to a function which returns void and takes no function parameters.. then what does the below piece of code mean?

Can somebody please interpret this piece of code for me?

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

pfnNtQueryInformationProcess gNtQueryInformationProcess;


Thanx


-- modified at 9:07 Thursday 4th October, 2007
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 
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 

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.