Gray C++ Libraries  0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
cResDialog.cpp File Reference
#include "pch.h"
#include "WinAPI/cResDialog.h"
#include "System/cAppRes.h"
#include "GrayCore/include/cMem.h"

Namespaces

 GrayLib
 

Macros

#define CBEM_INSERTITEMA   (WINMSG_t)(WM_USER + 1)
 
#define CBEM_INSERTITEMW   (WINMSG_t)(WM_USER + 11)
 
#define CBEM_INSERTITEM   _GTN(CBEM_INSERTITEM)
 
#define DS_SHELLFONT   (DS_SETFONT | DS_FIXEDSYS)
 

Enumerations

enum  GrayLib::WINMSG_2_t {
  GrayLib::WM_OCC_LOADFROMSTREAM = 0x0376 , GrayLib::WM_OCC_LOADFROMSTREAM_EX = 0x037A , GrayLib::WM_OCC_LOADFROMSTORAGE = 0x0377 , GrayLib::WM_OCC_LOADFROMSTORAGE_EX = 0x037B ,
  GrayLib::WM_OCC_INITNEW = 0x0378 , GrayLib::WIN16_LB_ADDSTRING = 0x0401 , GrayLib::WIN16_CB_ADDSTRING = 0x0403 , GrayLib::AFX_CB_ADDSTRING = 0x1234
}
 

Detailed Description

Macro Definition Documentation

◆ CBEM_INSERTITEM

#define CBEM_INSERTITEM   _GTN(CBEM_INSERTITEM)

◆ CBEM_INSERTITEMA

#define CBEM_INSERTITEMA   (WINMSG_t)(WM_USER + 1)

◆ CBEM_INSERTITEMW

#define CBEM_INSERTITEMW   (WINMSG_t)(WM_USER + 11)

◆ DS_SHELLFONT

#define DS_SHELLFONT   (DS_SETFONT | DS_FIXEDSYS)