NextPrevUpTopContentsIndex

ole-control-ole-object

Function
Summary

Returns the com:i-ole-object of the component of an ole-control-pane.

Signature

ole-control-ole-object pane => result

Arguments

pane

An ole-control-pane.

Values

result

A com:i-ole-object or nil .

Description

The function ole-control-ole-object returns the com:i-ole-object (that is, the IOleObject interface) of the component of the ole-control-pane pane , or nil if there isn't any.

Note: calling ole-control-ole-object does not affect the reference count of the interface.

Note: this function is implemented only in LispWorks for Windows. Load the functionality by (require "embed")

See also

ole-control-pane


LispWorks CAPI Reference Manual - 11 Apr 2005

NextPrevUpTopContentsIndex