--%>

Function of windows-dot-h header file

What is the function of header file ?

E

Expert

Verified

<windows.h> header file is used to access the Win32 API functions and it makes it easier for the user to use the in-built functionality.

a. In the source code Win32 executable is used, if the inbuilt functions are used or included in the main file.

b. The header file in particular includes the library and functions used in the libraries such as stdio.h otherwise stdlib.h.

c. It includes the functionality of macros and other components are used that provide amendment, extension and replace of the things in the libraries.

d. For the string functions UNICODE is used which allow the C library functions to be included in the windows kernel.

   Related Questions in Programming Languages

  • Q : State machine to identify three

    Explain a finite state machine which will detect three consecutive coins tosses of one coin which results in heads?

  • Q : What is a Pipe Pipe : It is a linkage

    Pipe: It is a linkage between the two program components. One component responds as a source of data, and writes into the pipe. The second components act as a receiver (that is, sink) for the data and reads from pipe.

  • Q : Define the term Peripheral devices

    Define the term Peripheral devices: It is the devices attached to a computer, like disk drives, printers, mice, and so forth.

  • Q : Explain the good example of XHTML

    Explain the good example of XHTML element opening tags.

  • Q : Explain the signing mandatory within

    Explain the signing mandatory within S60 3rd Edition.

  • Q : What is Reduce Concurrency Reduce

    Reduce Concurrency: From a model-checking perspective, the searched state space consists of all possible thread-state combinations, which implies that the level of concurrency has the biggest impact on state space size. As a consequence, reducing conc

  • Q : Define Fully evaluating operator Fully

    Fully evaluating operator: An operator which computes all of its arguments to generate an outcome. Standard arithmetic operators, like +, are totally evaluating. In contrary, some Boolean operators, like &&, are short-circuit operators.

  • Q : Choice of technology in coding of game

    What are the choice of technologies while coding a game?

  • Q : What is Pattern Pattern : It is a

    Pattern: It is a recurring theme in class usage or design. Interfaces like Iterator encapsulate a pattern of admission to the items in a collection, whereas freeing the client from the requirement to know details of the way in which the collection is

  • Q : Image reconstruction in CT using MATLAB

    What is Image reconstruction in CT using MATLAB?