ReactOS 0.4.15-dev-6669-g8227c5d
selectionmodel.cpp File Reference
#include "precomp.h"
Include dependency graph for selectionmodel.cpp:

Go to the source code of this file.

Macros

#define GROW_COUNT   256
 

Functions

static void AttachHBITMAP (HBITMAP *phbm, HBITMAP hbmNew)
 

Variables

SelectionModel selectionModel
 

Macro Definition Documentation

◆ GROW_COUNT

#define GROW_COUNT   256

Function Documentation

◆ AttachHBITMAP()

static void AttachHBITMAP ( HBITMAP phbm,
HBITMAP  hbmNew 
)
static

Definition at line 339 of file selectionmodel.cpp.

340{
341 if (hbmNew == NULL)
342 return;
343 ::DeleteObject(*phbm);
344 *phbm = hbmNew;
345}
#define NULL
Definition: types.h:112
pKey DeleteObject()

Referenced by SelectionModel::StretchSkew().

Variable Documentation

◆ selectionModel