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

Go to the source code of this file.

Functions

static void AttachHBITMAP (HBITMAP *phbm, HBITMAP hbmNew)
 

Variables

SelectionModel selectionModel
 

Function Documentation

◆ AttachHBITMAP()

static void AttachHBITMAP ( HBITMAP phbm,
HBITMAP  hbmNew 
)
static

Definition at line 285 of file selectionmodel.cpp.

286{
287 if (hbmNew == NULL)
288 return;
289 ::DeleteObject(*phbm);
290 *phbm = hbmNew;
291}
#define NULL
Definition: types.h:112
pKey DeleteObject()

Referenced by SelectionModel::StretchSkew().

Variable Documentation

◆ selectionModel