CODSymbolComponent::Create
Creates the symbol component.
Defined in: OdSymbolComp.cpp
Syntax
BOOL CODSymbolComponent::Create();BOOL CODSymbolComponent::Create(LPCTSTR lpszPath);
BOOL CODSymbolComponent::Create(UINT nID);
BOOL CODSymbolComponent::Create(UINT nID, HINSTANCE hInst);
BOOL CODSymbolComponent::Create(CODComponentSet* pCompSet);
Return Value
TRUE if the symbol is sucessfully created.
Parameters
lpszPath
The path of a symbol file to load.
nID
The resource ID of a symbol to load.
hInst
The instance handle of the module where the symbol resource is.
pCompSet
A list of components to create this symbol with.