Gray C++ Libraries  0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
GraySSLInt.h File Reference

Go to the source code of this file.

Namespaces

 GraySSL
 

Macros

#define GRAYSSL_LINK   __DECL_IMPORT
 
#define FACILITY_GRAYSSL   0x101
 
#define GRAYSSL_ERR(a, b, c)   GRAYSSL_ERR_##a = b,
 

Enumerations

enum  GraySSL::GRAYSSL_ERR_t { GraySSL::GRAYSSL_ERR_MASK = 0x00FF }
 

Functions

HRESULT GraySSL::GRAYSSL_ERR1 (GRAYSSL_ERR_t b)
 

Detailed Description

Internal header file.

Macro Definition Documentation

◆ FACILITY_GRAYSSL

#define FACILITY_GRAYSSL   0x101

◆ GRAYSSL_ERR

#define GRAYSSL_ERR (   a,
  b,
 
)    GRAYSSL_ERR_##a = b,

◆ GRAYSSL_LINK

#define GRAYSSL_LINK   __DECL_IMPORT