Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

Does the application have more than one object? If Yes, Briefly explain.

2 Answers   Soltius Infotech,


List out the parameters of WinMain Function.

2 Answers   Mphasis,


If there is more than 100 control in a window how we can change the Taborder of a controls

4 Answers   Satyam,


If application hangs while SendMessage is waiting for the result, how you handle it?

2 Answers  


1)How to create ToolTip in MFC?

2 Answers  


How to convert a CString variable to char* or LPTSTR?

5 Answers   Dover,


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,


1) How do you Destroy a Dialog Box ?

2 Answers   Honeywell,


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

5 Answers  


How to handle command line arguements from simple MFC application ?

2 Answers   TCS,


What is the use of UpdateData funciton ?

7 Answers  


how does the UIThread and worker thread communicates and handle events

2 Answers   HCL,


Categories