MMCDisplayObject.URLtoEOT property

The URLtoEOT property returns a null-terminated string that contains the resource path to the EOT (embedded OpenType) file that contains the font for the symbol being displayed on a taskpad.

This property is read-only.

Syntax

MMCDisplayObject.URLtoEOT

Property value

Remarks

The string will have the following form:

"res://filepath/imgpath"

where filepath is the full path to the snap-in's DLL that stores the image file as a resource, and imgpath is the resource path of the image file with the snap-in DLL.

For example, the following string specifies that the snap-in DLL (snapin.dll) has a path of "c:\windows\system32\snapin.dll" and that the resource path is img/myfont.eot: "res://c:\\windows\\system32\\snapin.dll/img/myfont.eot".

Requirements

Redistributable
MMC 1.1 or later
DLL
Cic.dll