--%>

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 : Task decomposition and Data

    Discuss the idea of task decomposition and data decomposition within the perspective of parallel programming.

  • Q : Application of S60 device The

    The application has been earlier tested along with an S60 2nd Edition device and this is Symbian Signed. So can I install similar application to another S60 device?

  • Q : CORBA allows high performance

    'CORBA was designed to allow high performance distributed applications to be written’. Discuss. Definitely, ’CORBA was designed to allow high performance distributed applications to be written’ because it provides:

  • Q : What is an Import statement Import

    Import statement: A statement which makes the names of one or more interfaces or classes accessible in a different package from the one in which they are stated. Import statements pursue any package declaration {package!declaration}, and precede any i

  • Q : Define Application Application : It is

    Application: It is frequently used, simply as a synonym for the program. Though, in Java, the word is particularly employed of programs with a Graphical User Interface (GUI) which are not applets.

  • Q : Define Unions Unions: Unions in C and

    Unions: Unions in C and C++ are object overlays—aggregate quantities such as structs, except that each element of the union consists offset 0, and the total size of union is only as large as is required to hold its largest member (Kernighan and

  • Q : What are Literals What are Literals and

    What are Literals and also state their respective types?

  • Q : Define the term Statement terminator

    Define the term Statement terminator: The semicolon (;) is employed to point out the end of a statement.

  • Q : Commands used to create the files

    Specify different commands which are used in order to create the files?

  • Q : State the term LDAP State the term LDAP

    State the term LDAP?