Have you ever used win32 APIs ?

Answers were Sorted based on User's Feedback



Have you ever used win32 APIs ?..

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

Have you ever used win32 APIs ?..

Answer / zero zero...

Some more API...

Getmessage()
PostPeekMessage()
CreateWindow()

Is This Answer Correct ?    2 Yes 0 No

Have you ever used win32 APIs ?..

Answer / kamal

GetPrivateProfileString()
WritePrivateProfileString()

The above function is windows application function

Is This Answer Correct ?    1 Yes 0 No

Have you ever used win32 APIs ?..

Answer / jaswanth

MFC are more Efficient than these Applications.

Is This Answer Correct ?    0 Yes 3 No

Post New Answer

More MFC Interview Questions

What is the size of class

18 Answers   Aircom,


Why not virtual functions to handle messages?

5 Answers  


if no message handler is available for a message then will deal with the message ? does window proving any default mechanism?

2 Answers   Patni,


What is the difference between workrer thread and UI thread

3 Answers   HCL,


what is the use of CWinApp class?

3 Answers   Mphasis,






What is the range of intensity of RGB

1 Answers  


what are the feauters of CObject

4 Answers   Siemens, Wipro,


What is CSingleDocTemplate?

1 Answers  


What is the difference between regular dlls and extended dlls?

2 Answers  


How to setup a timer?

3 Answers   IBM,


List out the basic features of MFC.

4 Answers   Mphasis,


How many types of combo box are their

2 Answers   Aaditya Info Solutions, E Logic,


Categories