Call PB_GetVM to get a pointer to the IPB_VM interface
The next step is to call the PB_GetVM function
to get a pointer to the IPB_VM interface:
|
1 |
   P_PB_GetVM getvm = (P_PB_GetVM)GetProcAddress<br>      (hinst,"PB_GetVM");<br>   if (getvm == NULL) return 0;<br> <br>   getvm(&pbvm);<br>   if (pbvm == NULL) return 0; |
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest