Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sets the last identifier in the fully qualified name of a scriptlet's object host.
HRESULT SetSubItemName(
LPCOLESTR psz
);
psz
If the host's fully qualified scriptlet name has more than one level, psz
is the buffer address of the identifier at the second level.
If the host's fully qualified scriptlet name has one level, psz
is the buffer address of the identifier at the first level.
An HRESULT
. Possible values include, but are not limited to, those in the following table.
Value | Description |
---|---|
S_OK |
The method succeeded. |