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 CArchive class dowes?

4 Answers  


what if we provide two message handler for same message ?

1 Answers  


if both base and derived class have the constructors if i create an object for derive class which class constructor is executed first

10 Answers   Siemens, Symphony,


What is the base class for most MFC classes?

7 Answers   CMC, Siemens,


What is stack size in win32 program?

1 Answers   HCL,






How can server communicate with more than one client

2 Answers   Invensys,


What is the difference between the SDI and MDI

3 Answers   Invensys,


Does the application have more than one object? If no, then what is the reason?

5 Answers  


I can i set size of integer variable should be fixed for different operating systems(Ex i want integer size is 2bytes in OS)

2 Answers   Invensys,


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

5 Answers  


List out the parameters of WinMain Function.

2 Answers   Mphasis,


How we call a dialog in another dialog?

2 Answers  


Categories