Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Sets type information for an IScriptEntry function object.
Syntax
HRESULT SetSignature(
ITypeInfo *pti
ULONG iMethod
);
Parameters
pti
[in] The type information.
iMethod
[in] The method index in the ITypeInfo object.
Return Value
An HRESULT. Possible values include, but are not limited to, those in the following table.
| Value | Description |
|---|---|
S_OK |
The method succeeded. |
Remarks
You set type information by using IScriptEntry::SetSignature or IScriptNode::CreateChildHandler. Type information can also be generated by the entry based on the internal function representation.