SYS(3096) - IDispatch Object Reference
Returns a Visual FoxPro COM object reference for an IDispatch pointer.
SYS(3096, nPointer)
Parameters
- nPointer
Represents a pointer to a COM object such as _VFP or Excel.Application.
Return Value
Object reference. SYS(3096) returns a Visual FoxPro COM object reference.
Remarks
This pointer is provided so experienced developers who need to determine an object reference for use in API routines. The refcount for the COM object is NOT changed.
See Also
Concepts
Reference
Early (vtable) and Late (IDispatch) Binding
SYS(3097) - Add Reference to Object
SYS(3098) - Release Object reference