Share via


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

API Library Routines A-Z

Reference

SYS( ) Functions Overview

Early (vtable) and Late (IDispatch) Binding

DECLARE - DLL Command

SYS(3097) - Add Reference to Object

SYS(3098) - Release Object reference

Other Resources

API Library Routines by Category