請教 ShowDep 的 trace 結果......(編號:4163)

大家好,小弟這裡有個問題,我以ShowDep 4.1Beta trace 一隻程式 A.exe 它會引用pbvm70.dll,及a.dll ;trace結果當中有一行
*****************************************************
GetProcAddress(0x02040000[a.dll],_getVtableinfo_a@12) called from 0x112A9799 [pbvm70.dll],returned 0x020417E0
*****************************************************
我是否可以在VB裡面,叫用 _getVTableinfo_a@12 這隻程式嗎? william
完整的 trace log 如下:
LoadLibraryA("A.dll") caled from 0x112A9854[pbvm70.dll]
Loaded "R:\Test\A.dll" at 0x02040000
LoadLibraryA("A.dll') return 0x02040000
GetProcAddress(0x02040000[a.dll],_getVtablegetVtableinfo_a@12) called from 0x112A9799 [pbvm70.dll],returned 0x020417E0
GetProcAddress(0x02040000[a.dll],_getVtablegetVtableinfo_w_main@12) called from 0x112A9799 [pbvm70.dll],returned 0x02042C10
LoadLibraryExW("C:\WINNT\system32\MSIDLE.DLL",0,LOAD_WITH_ALTERED_SEARCH_PATH) called from 0x77E49A7B [User32.dll]
Loaded "C:\WINNT\system32\MSIDLE.DLL" at 0x71190000
LoadLibraryExW("C:\WINNT\system32\MSIDLE.DLL") at 0x7119
Unloaded "a.dll" at 0x02040000
Thread 0000012A exited with code 0x00000000
Process exited with code 0x00000000