Share

AcTcStockTool::CreateAcadStockTool

C++

BOOL CreateAcadStockTool(
    IUnknown** ppStockTool
);

Description

Creates the COM object that implements the IAcadStockTool interface.

If the function succeeds, the return value is nonzero. If the function fails, the return value is zero.

Parameters

Parameters Description
ppStockTool Output pointer to receive the IUnknown interface from which the IAcadStockTool interface can be queried

Links

AcTcStockTool

Was this information helpful?