Click here to Skip to main content
15,887,746 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Updating screen Pin
Hamid_RT3-Oct-06 18:12
Hamid_RT3-Oct-06 18:12 
GeneralRe: Updating screen Pin
box_boy_scott4-Oct-06 15:50
box_boy_scott4-Oct-06 15:50 
GeneralRe: Updating screen Pin
Hamid_RT4-Oct-06 19:07
Hamid_RT4-Oct-06 19:07 
AnswerRe: Updating screen Pin
A_Fa3-Oct-06 19:39
A_Fa3-Oct-06 19:39 
GeneralRe: Updating screen Pin
box_boy_scott4-Oct-06 15:56
box_boy_scott4-Oct-06 15:56 
QuestionWhat does WINAPI do? Pin
Oliver1233-Oct-06 14:21
Oliver1233-Oct-06 14:21 
AnswerRe: What does WINAPI do? Pin
Waldermort3-Oct-06 17:18
Waldermort3-Oct-06 17:18 
AnswerRe: What does WINAPI do? Pin
Nibu babu thomas3-Oct-06 17:22
Nibu babu thomas3-Oct-06 17:22 
Oliver123 wrote:
I have been reading and analyzing various progs dealing with DLL's, looking up things in manuals until I understand what is happening. I have encountered the term WINAPI in one prog that used explicit linking to the DLL. There are references in MSDN, but no explanation. (Just its appearance in code snips.) For example, what does WINAPI do in the following:


WINAPI expands to __stdcall.

It's a windows calling convention which means the the callee is responsible for clearing the arguments passed to it from the stack.

For more information read this[^] article by Nemanja.


Nibu thomas
A Developer

Programming tips[^]  My site[^]

AnswerRe: What does WINAPI do? Pin
David Crow4-Oct-06 3:23
David Crow4-Oct-06 3:23 
GeneralRe: What does WINAPI do? Pin
Oliver1234-Oct-06 5:16
Oliver1234-Oct-06 5:16 
GeneralRe: What does WINAPI do? Pin
David Crow4-Oct-06 5:27
David Crow4-Oct-06 5:27 
AnswerRe: What does WINAPI do? Pin
Hamid_RT4-Oct-06 9:06
Hamid_RT4-Oct-06 9:06 
Questiondisplaying data in a table like view Pin
jones_m3-Oct-06 12:34
jones_m3-Oct-06 12:34 
AnswerRe: displaying data in a table like view Pin
Nibu babu thomas3-Oct-06 17:29
Nibu babu thomas3-Oct-06 17:29 
AnswerRe: displaying data in a table like view Pin
Hamid_RT3-Oct-06 18:25
Hamid_RT3-Oct-06 18:25 
GeneralRe: displaying data in a table like view Pin
jones_m4-Oct-06 2:54
jones_m4-Oct-06 2:54 
GeneralRe: displaying data in a table like view Pin
Hamid_RT4-Oct-06 3:06
Hamid_RT4-Oct-06 3:06 
GeneralRe: displaying data in a table like view Pin
ThatsAlok4-Oct-06 7:13
ThatsAlok4-Oct-06 7:13 
AnswerRe: displaying data in a table like view Pin
Hamid_RT5-Oct-06 9:17
Hamid_RT5-Oct-06 9:17 
GeneralRe: displaying data in a table like view Pin
jones_m5-Oct-06 20:38
jones_m5-Oct-06 20:38 
QuestionAnnoying click sound using IWebBrowser2:Navigate Pin
ayol121223-Oct-06 10:26
ayol121223-Oct-06 10:26 
AnswerRe: Annoying click sound using IWebBrowser2:Navigate Pin
eusto3-Oct-06 10:54
eusto3-Oct-06 10:54 
Questionusage of const Pin
Waldermort3-Oct-06 8:57
Waldermort3-Oct-06 8:57 
AnswerRe: usage of const Pin
Chris Losinger3-Oct-06 9:41
professionalChris Losinger3-Oct-06 9:41 
GeneralRe: usage of const Pin
Waldermort3-Oct-06 9:49
Waldermort3-Oct-06 9:49 

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.