--%>

Component which are used in 2nd layer

What are the different types of component parts which are used in 2nd layer?

E

Expert

Verified

There are of 4 different types of component parts that are used in 2nd layer:

a.    Kernel32.DLL: It allows the system-related functions which comprises Win32 API coding.

b.    Kernel32.DLL also consist of the wrappers which are placed around the lower-level of NTDLL functions.

c.    This can also provide the functionality for National Language Support (NLS) to handle the system in case NTDLL is not present.

d.    Advapi32.DLL: Advapi32.DLL consists of the functions which are related to that of the system such as registry and the service handlers.

e.    Gdi32.DLL: Gdi32.DLL consists of the basic functions which are used for drawings and to draw other shapes which are simple and can be manipulated on the display.

f.    user32.DLL:    user32.DLL consists of the functions which provide easy to use user-interface in Windows programming.

   Related Questions in Programming Languages

  • Q : Calculating Tax on an Order in SQL

    Process the following steps to make a procedure to compute the tax on an order. The BB_TAX table includes the states which need taxes to be submitted for Internet sales. When the state is not listed in the table, then no tax must be accessed on any order. Shopper&rsqu

  • Q : Define Arithmetic operator Arithmetic

    Arithmetic operator: The Operators, like +, -, *, / and %, which generate a numerical outcome, as a part of an arithmetic expression.

  • Q : What is the way to use XForms What is

    What is the way to use XForms?

  • Q : Search and Partial Coverage of Java

    Search and Partial Coverage: JPF supports well-known search strategies such as BFS and DFS as well as various heuristic-based searches such as A*, Best-First, and Beam Search. You can sum a number of heuristics during the search, and set search depth

  • Q : What is an Unchecked exception

    Unchecked exception: An exception for which it is not needed to give a local try statement or to propagate through a throws clause stated in the method header. An exception which is not handled will cause program annihilation when it is thrown.

  • Q : Explain the way to close an XHTML

    Explain the way to close an XHTML element.

  • Q : What do you mean by Class variable What

    What do you mean by Class variable: It is a synonym for the static variable.

  • Q : State Default label Default label : The

    Default label: The destination for all values employed in a switch statement expression which do not contain explicit case labels. The default label is not obligatory.

  • Q : Define Livelock Livelock : It is a

    Livelock: It is a situation in which a thread waits to be notified of a condition however, on waking, finds that the other thread has inverted the condition another time. The primary thread is forced to wait again. Whenever this occurs for an indefini

  • Q : Explain the difference between RAM and

    Explain the difference between RAM and ROM?