Article ID: 137095
Article Last Modified on 7/1/2004
Public Property Get MY_CONSTANT () As Integer
MY_CONSTANT = 4
End Property
[
uuid(12345678-AAAA-BBBB-CCCC-000000000000),
lcid (0x0000409),
,helpfile("myhelp.hlp")
,helpstring("More info for my server")
,version(1.0)
]
library MyServer
{
[uuid(12345678-AAAA-BBBB-CCCC-111111111111), \\unique guid
helpstring("My Constants"),
helpcontext(1011389), dllname(mydll)]
module Constants {
[helpstring("This is the value for MY_CONSTANT"),
helpcontext(1012527)]
const short MY_CONSTANT = 4; } \\module
}\\ library
Additional query words: KBSERVER KBACTIVEX KBDLL kbdsd
Keywords: kbhowto KB137095