ICreateTypeInfo2
A version of this page is also available for
4/8/2010
This interface derives from ICreateTypeInfo and adds methods for deleting items that have been added through ICreateTypeInfo.
The ICreateTypeInfo::LayOut method provides a way for the creator of the type information to check for any errors.
A call to IUnknown::QueryInterface can be made to the ICreateTypeInfo instance at any time for its ITypeInfo interface. Calling any of the methods in the ITypeInfo interface that require layout information lays out the type information automatically.
Methods
The following table shows the methods for this interface in the order that the compiler calls the methods. Like all COM interfaces, this interface inherits the methods for the IUnknown interface.
Method | Description |
---|---|
This method deletes a function description specified by the index number. |
|
This method deletes the function description specified by member identifier. |
|
This method deletes the specified VARDESC structure. |
|
This method deletes the specified VARDESC structure. |
|
This method deletes the IMPLTYPE flags for the indexed interface. |
|
This method sets a value for custom data. |
|
This method sets a value for a specified custom function. |
|
This method sets the specified parameter for the custom data. |
|
This method sets a custom data variable. |
|
This method sets the implementation type for custom data. |
|
This method sets the context number for the specified Help string. |
|
This method sets a Help context value for a specified custom function. |
|
This method sets a Help context value for a specified variable. |
|
This method sets the name of the typeinfo. |
Requirements
Header | oaidl.h, oaidl.idl |
Library | oleaut32.lib, uuid.lib |
Windows Embedded CE | Windows CE 2.0 and later |
Windows Mobile | Windows Mobile Version 5.0 and later |
See Also
Reference
Automation Interfaces
ICreateTypeInfo
ICreateTypeInfo::LayOut
ITypeInfo
IUnknown
IUnknown::QueryInterface
VARDESC