Nom |
Description |
Used (or not used) in ASP |
Asp_Message |
Function name |
Used, for call function |
My_Input |
Internal parameter name in the function. This parameter will be displayed |
Not Used directly. This parameter will be
pass during function call in ASP. Example:
objActiveXServer.Asp_Message("Nicolas") |
dll_asp |
Project.Name |
Used. DLL will be register like Project_Name.ClassModule_Name:
HKEY_CLASSES_ROOT\dll_asp.Hello |
asp_np_dll.vbp |
VB project name |
Not Used |
asp_np_dll.vbw |
Create by VB during Project recording |
Not Used |
Hello_np.cls |
Create by VB during Class recording |
Not Used |
Hello |
ClassModule.Name |
Used. DLL will be register like Project_Name.ClassModule_Name:
HKEY_CLASSES_ROOT\dll_asp.Hello |
Hello_np.cls |
VB class name |
Not Used |
aspdemo.dll |
VB DLL name |
Used. The DLL must be register and will be used
by ASP script via the project name and the class name:
HKEY_CLASSES_ROOT\dll_asp.Hello
|
aspdemo.exp |
Create by VB during DLL recording |
Not Used |
aspdemo.lib |
Create by VB during DLL recording |
Not Used |