CreateObject

This method of the IServer interface creates an instance of a server object.

Syntax

public abstract java.lang.Object CreateObject(java.lang.String progID);

Return Value

Returns an instance of a server object.

Parameters

progID [in] A string that contains the progID of the object.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.