actxserver

Creates COM server.

📝 Syntax

  • h = actxserver(progid)

  • h = actxserver(progid, 'machine', machineName)

📥 Input argument

  • progid - a string: the name of a COM server.

  • machineName - a string: the name of the machine on which to start the server.

📤 Output argument

  • h - a COM object.

📄 Description

h = actxserver(progid) creates a COM server using the progid identifier.

💡 Examples

🔗 See also

actxGetRunningSrv.

🕔 History

Version
📄 Description

1.0.0

initial version

Last updated

Was this helpful?