Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Returns type information for an IScriptEntry function object.
Syntax
HRESULT GetSignature(
ITypeInfo **ppti
ULONG *piMethod
);
Parameters
ppti
[out] Type information associated with this IScriptEntry function object.
piMethod
[out] 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.