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

1) How do you Destroy a Dialog Box ?

2 Answers   Honeywell,


What MFC base classes provide support for ActiveX controls?

2 Answers   Wipro,


What is CSingleDocTemplate?

1 Answers  


What is the difference between the SDI and MDI

3 Answers   Invensys,


What is LoadLibrary function returns?

7 Answers  


What is Thread ?(VC++)What is the difference between Cmutex and Csemaphone?

5 Answers   Atos Origin,


How to handle dynamic menus in mfc? What happens when client calls cocreateinstance?

1 Answers  


What is serialization ?which function is responsible for serializing data ?

5 Answers  


Whats is DDX & DDV in MFC?

1 Answers   HCL,


1)To Remove WS_MINIMIZEBOX in a Frame ?

1 Answers  


what is message loop how mfc does it internally?

4 Answers   Aspire,


1)set the Title for The File DialogBox, in MFC?

1 Answers  


Categories