System Interface CATICreateInstance
Usage: you can freely reimplement this interface.
interface CATICreateInstance
Interface used to create an implementation instance.
CATICreateInstance must be implemented by a CodeExtension of the component to create.
Method Index
- o
CreateInstance(void**)
- Creates an instance.
Methods
o CreateInstance
public virtual CreateInstance( | | oPPV) |
-
Creates an instance.
- Parameters:
-
- oPPV
- The address of the pointer to the requested object.
- Returns:
- An HRESULT.
Legal values:
- S_OK
- The component is successfully created.
- E_OUTOFMEMORY
- The component allocation failed
This object is included in the file: CATICreateInstance.h
If needed, your Imakefile.mk should include the module: JS0GROUP
Copyright © 1999-2015, Dassault Systèmes. All rights reserved.