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 : Is a XML replacing HTML Is a XML

    Is a XML replacing HTML?

  • Q : Define Binary search Binary search :

    Binary search: This is a search of sorted data, in which the middle place is examined first. The search continues with either the right or the left part of the data, therefore removing half the remaining search space. This procedure is repeated at eac

  • Q : Database management information system

    How much would it cost to create a simple database management information system by utilizing MySQL and PHP?The proposal of the system should include the following: Background narrative of setting and background of problem m

  • Q : Explain Wrapper classes Wrapper

    Wrapper classes: The Java's primitive types are not of object types. The wrapper classes are stated in the java.lang package. They comprises of a class for each and every primitive type: Boolean, Byte, Double, Float, Integer, Long & Short and Char

  • Q : State the term dispatcher State the

    State the term dispatcher.

  • Q : Define Sign bit Sign bit : In

    Sign bit: In 2s-complement notation, the most important bit in an integer value is employed to determine the sign of the value. A 1-bit point out a negative number and a 0 bit point out a positive number.

  • Q : Illustrations of XML DTDs or schemas

    Give some illustrations of XML DTDs or schemas which you have?

  • Q : What is an Interrupt Interrupt : This

    Interrupt: This is an asynchronous message sent to a process or thread which interrupts what it is at present doing. This generally outcomes in an InterruptedException object being received by an interrupted thread. Waiting for an int

  • Q : Define the term Field Define the term

    Define the term Field: Variables stated within a class or interface, exterior of the methods. The fields are members of a class.

©TutorsGlobe All rights reserved 2022-2023.