Gray C++ Libraries  0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
Flash_i.c File Reference
#include <rpc.h>
#include <rpcndr.h>

Macros

#define __IID_DEFINED__
 
#define CLSID_DEFINED
 
#define MIDL_DEFINE_GUID(type, name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8)    EXTERN_C __declspec(selectany) const type name = {l,w1,w2,{b1,b2,b3,b4,b5,b6,b7,b8}}
 

Typedefs

typedef struct _IID IID
 
typedef IID CLSID
 

Functions

EXTERN_C __declspec (selectany) const
 

Macro Definition Documentation

◆ __IID_DEFINED__

#define __IID_DEFINED__

◆ CLSID_DEFINED

#define CLSID_DEFINED

◆ MIDL_DEFINE_GUID

#define MIDL_DEFINE_GUID (   type,
  name,
  l,
  w1,
  w2,
  b1,
  b2,
  b3,
  b4,
  b5,
  b6,
  b7,
  b8 
)     EXTERN_C __declspec(selectany) const type name = {l,w1,w2,{b1,b2,b3,b4,b5,b6,b7,b8}}

Typedef Documentation

◆ CLSID

typedef IID CLSID

◆ IID

typedef struct _IID IID

Function Documentation

◆ __declspec()

EXTERN_C __declspec ( selectany  ) const