ReactOS 0.4.15-dev-7958-gcd0bb1a
msvc.h File Reference

Go to the source code of this file.

Macros

#define typeof(X_)   __typeof_ ## X_
 
#define WINAPI   __stdcall
 
#define HRESULT   int
 
#define IMILUnknown1   struct IMILUnknown1
 

Typedefs

typedef voidarg
 

Functions

typedef void (WINAPI typeof(IMILUnknown1Impl_unknown1))(IMILUnknown1 *iface
 
typedef HRESULT (WINAPI typeof(IMILUnknown1Impl_unknown3))(IMILUnknown1 *iface
 
typedef HRESULT (WINAPI typeof(IMILUnknown1Impl_unknown8))(IMILUnknown1 *iface)
 

Macro Definition Documentation

◆ HRESULT

◆ IMILUnknown1

#define IMILUnknown1   struct IMILUnknown1

Definition at line 8 of file msvc.h.

◆ typeof

#define typeof (   X_)    __typeof_ ## X_

Definition at line 2 of file msvc.h.

◆ WINAPI

#define WINAPI   __stdcall
Examples
/srv/doxygen/reactos/win32ss/gdi/gdi32/objects/utils.c.

Definition at line 6 of file msvc.h.

Typedef Documentation

◆ arg

char * arg

Definition at line 10 of file msvc.h.

Function Documentation

◆ HRESULT() [1/2]

typedef HRESULT ( WINAPI   typeofIMILUnknown1Impl_unknown3)

◆ HRESULT() [2/2]

typedef HRESULT ( WINAPI   typeofIMILUnknown1Impl_unknown8)

◆ void()

typedef void ( WINAPI   typeofIMILUnknown1Impl_unknown1)