--%>

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 : Properties exposed through ActiveX

    Write down the properties exposed through ActiveX controls?

  • Q : How XML web services integrate two

    How can XML web services integrate two legacy distributed systems, one based on Corba and one based on Java RMI?

  • Q : Define the term Security policy Define

    Define the term Security policy: It is a policy employed to limit access by an applet to the resources of the host system.

  • Q : Explain the term Portable Portable :

    Portable: The Portability is the quality of a program which makes it probable to run it on different kinds of computers. The programs written in low level languages are usually not very portable since they are generally closely tied to a particular in

  • Q : What is Native method Native method :

    Native method: In native method, the method is written in a language other than Java, however accessible to a Java program. Native methods are far away from the scope of this definition.

  • Q : Class and Object and explain diverse

    Q. Define class and object with example and explain diverse specifies.  

  • Q : Write a program that enters some text

    Write a program that enters some text into a char string called char text[100] and does the following: a) Calls a function called void vowels(char text[]) that prints out how many times each vowel (a/A, e/E, I/i, O/o, U/u) was foun

  • Q : Problem on COBOL if sentence Write a

    Write a COBOL IF sentence to use the values of numeric variables EXAM and COURSEWORK, both assumed to be with format PIC 999 and in the range 0 to 100 and to move the value:“FAIL”, “RC” ( resit coursework), “RE” (r

  • Q : Define Object serialization Object

    Object serialization: The writing of an object's contents in such a manner that its state can be restored, either at a later time, or in a different procedure. This can be employed to store objects between runs of a program, or to transfer or shifts o

  • Q : What is Classpath Classpath : The path

    Classpath: The path searched by interpreter and compiler for class definitions. The class path might be set by a command-line argument to either, or through an environment variable.