CODSymbolComponent::LoadFromResource

Loads the symbol from the application resources.

Defined in: OdSymbolComp.cpp

Syntax

BOOL CODSymbolComponent::LoadFromResource(UINT nID)

BOOL CODSymbolComponent::LoadFromResource(UINT nID, HINSTANCE hInst)

Return Value

Non-zero if the symbol is sucessfully loaded.

Parameters

nID

The resource ID of the symbol.

hInst

The instance handle of the module where the symbol resource is.