Function CSPVarArray::GetPtr()
Description:
Retrieves a pointer to the memory of the variant array.
 |
Prototype:
CSPVariant* GetPtr() const;
Arguments:
No arguments (void).
Return value:
The pointer to the array's memory.
Examples:
CSPVarArray Array; ... CSPVariant* p = Array.GetPtr();
|
|