Have you ever used win32 APIs ?
Answers were Sorted based on User's Feedback
Answer / abhijit
SendMessage()
PostMessage()
PostQuitMessage()
GetExitCodeThread()
GetExitCodeProcess()
the above mentioned APIs are the most widely used functions
Also..
for shared memory you have to use the Win32 API
CreateFileMapping()
for launching a new process
CreateProcess() ... dont think an MFC equivalent is there
Is This Answer Correct ? | 8 Yes | 0 No |
Answer / zero zero...
Some more API...
Getmessage()
PostPeekMessage()
CreateWindow()
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / kamal
GetPrivateProfileString()
WritePrivateProfileString()
The above function is windows application function
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / jaswanth
MFC are more Efficient than these Applications.
Is This Answer Correct ? | 0 Yes | 3 No |
What is socket?
What is CALLBACK? How it work? what is the advantage of CALLBACK, please explain with an example
what if we provide two message handler for same message ?
List out the basic features of MFC.
if no message handler is available for a message then will deal with the message ? does window proving any default mechanism?
What is userdefine Messages in MFC?
What is thread & process?
How to create a Modeless Dialog?
I can i set size of integer variable should be fixed for different operating systems(Ex i want integer size is 2bytes in OS)
1)How to create ToolTip in MFC?
1)why we cant create more than one instance of the class Derived from CWinApp
What is difference between the TCP/IP and UDP socket