CODECODE*
*Contents  *Index  *Topic Contents
*Previous Topic: CLASS
*Next Topic: ICON

CODE

<CODE
CLASSID="{id}"
NAME="classname"
VERSION="a,b,c,d"
>

Describes a specific instance of platform native code.

CLASSID="{id}"
Unique identifier for the component. For Microsoft® Internet Explorer, this value must be in GUID format {hhhhhhhh-hhhh-hhhh-hhhh-hhhhhhhhhhhh}, where "h" is a hexadecimal digit.
NAME="classname"
Required. File name containing the native code. The file name, usually a *.ocx or *.dll file, should be specified without the full path.
VERSION="a,b,c,d"
Major, minor, custom, and build version numbers. The default value is "0,0,0,0".

Number of allowed occurrences: Any number
Parent elements Child elements
NATIVECODE IMPLEMENTATION

Example

<CODE NAME="mycontrol.ocx" 
CLASSID="{01234567-89AB-CDEF-0123-456789ABCDEF}"
	VERSION="1,1,1,0">
	.
	.
	.
</CODE>

The end tag </CODE> is required.

Applies To

OSD


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.