CODTransparencyCommand::GetOldTransparent

inline BOOL CODTransparencyCommand::GetOldTransparent(CODComponent* pComp, BOOL& bOldTransparent)

Gets the old transparency flag value for a particular component.

Defined in: OdTransparencyCmd.h

Return Value

Non-zero if the old transparency flag value could be found.

Parameters

pComp

A pointer to the component whose old transparency flag value is being looked up.

bOldTransparent

A reference to place the old transparency flag value in.