| Contents | Index |
customlist = h.interfaces
customlist = interfaces(h)
customlist = h.interfaces returns cell array of strings customlist listing all custom interfaces implemented by the component in a specific COM server object. The server is designated by input argument h, the handle returned by the actxcontrol or actxserver function when creating that server.
customlist = interfaces(h) is an alternate syntax.
The interfaces function only lists the custom interfaces exposed by the object; it does not return interfaces. Use the invoke function to return a handle to a specific custom interface.
COM functions are available on Microsoft Windows systems only.
actxcontrol | actxserver | get (COM) | invoke

Explore how to use MATLAB to make advancements in engineering and science.
| © 1984-2012- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |