CODComponentLB::GetIcon

void CODComponentLB::GetIcon(const CODComponent* pComp, CBitmap*& pbmpIcon, CBitmap*& pbmpMask)

Returns a representative display icon given a pointer to a component.

Defined in: OdComponentLB.cpp

Return Value

void

Parameters

pComp

Pointer to the component.

pbmpIcon

Reference into which the bitmap is to be placed.

pbmpMask

Reference into which the bitmap's sprite mask is to be placed.