Location:
RegistryInfo.rh
IMPLEMENTATION_INFO
Support
Supported from 7.0
Description
Declares details of an interface implementation.
INTERFACE_INFO resources are used within the IMPLEMENTATION_INFO struct.
See also:
LONG implementation_uid | UID of the implementation. |
BYTE version_no | Version of the implementation. |
LTEXT display_name | Implementation name, in human readable text. This can be appropriately localised. |
LTEXT8 default_data | Data identification area.This is a free-form data area that can be read by resolvers to determine if the implementation matches a specification requested by a client. The default resolver allows the area to be split into separate sections, using two pipe characters, "||", as a separator. |
LTEXT8 opaque_data | Additional implementation data.This is not used by the default resolver, but can be used by specialist resolvers. | |