Wat is d diff b/w API fns & Norm fns

Answers were Sorted based on User's Feedback



Wat is d diff b/w API fns & Norm fns..

Answer / raju joshi

API`s are BuildIN finction in VB. Normal function are the
function which the user writes depending on his needs. API
are system call which are called using win API dll`s.
API`s can be used to do system level programming as using
this API`s you can aceess system memory whereas using
normal function you will not be able to do such things.

Is This Answer Correct ?    6 Yes 0 No

Wat is d diff b/w API fns & Norm fns..

Answer / mirza arif nadeem

the main difference between API and Normal functions is that
API are related to system functionality and normal are
related to user defined.

Is This Answer Correct ?    2 Yes 0 No

Wat is d diff b/w API fns & Norm fns..

Answer / anjani

API Function are related to window Function and used for
System Programing. and normal function are user define

Is This Answer Correct ?    1 Yes 0 No

Wat is d diff b/w API fns & Norm fns..

Answer / r. antony greetan

API - Application Programming Interface, The set of windows
functions contained in the dlls like user32.dll, gdi32.dll,
kernel32.dll(all the mentioned dll's are used by windows)
etc...
To use these functions we have to declare these functions
and we use it in VB. They all are pre-defined windows functions.

Normal Functions are defined by our own to perform a
specific logic...

Is This Answer Correct ?    1 Yes 0 No

Wat is d diff b/w API fns & Norm fns..

Answer / hema

API functions are built in functions available in windows
directory. We can do system programming using API. Using
normal functions, we need to define the functions as per
the requirements.

Is This Answer Correct ?    0 Yes 3 No

Post New Answer

More Visual Basic Interview Questions

What is FireHouse Cursors?

0 Answers  


What is ODBC Direct and Microsoft Jet Database Engine ?

0 Answers  


How many types of Instantiations are there and what are they?

1 Answers  


Difference between Class Module and Standard Module?

0 Answers  


i want to retrive data from one spead sheet to another UI (workbook). control will search cell by cell for each row and load the data in another workbook(UI).

0 Answers   Nissan, TechSoft,






What is the difference between ANSI and UNICODE strings when passed as arguments to a DLL?

3 Answers  


What is the use of Immediate, Local Window?

0 Answers  


What is the maximum no. of forms can include in one project (vb project)?

3 Answers   Satyam,


Is there a way to break long lines in VB code?

0 Answers  


What is the difference between a Property Let and Property Set procedure?

1 Answers  


How many number of events does the Timer controls ?

3 Answers  


Discuss the working with to-do lists.

0 Answers  


Categories