Creates a new object of specified type (but does not call the default constructor).
Namespace: KernelAssembly: Kernel (in Kernel.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- theType
- Type: Kernel.FOS_System Type
The type of object to create.
Return Value
Type: Void*A pointer to the new object in memory.
See Also