Ejemplo n.º 1
0
 public int Show(boolean fShow) {
   return COM.VtblCall(7, address, fShow);
 }
Ejemplo n.º 2
0
 public int Drop(long /*int*/ pDataObject, POINT ppt, int dwEffect) {
   return COM.VtblCall(6, address, pDataObject, ppt, dwEffect);
 }
Ejemplo n.º 3
0
 public int DragLeave() {
   return COM.VtblCall(4, address);
 }
Ejemplo n.º 4
0
 public int DragOver(POINT ppt, int dwEffect) {
   return COM.VtblCall(5, address, ppt, dwEffect);
 }
Ejemplo n.º 5
0
 public int DragEnter(long /*int*/ hwndTarget, long /*int*/ pDataObject, POINT ppt, int dwEffect) {
   return COM.VtblCall(3, address, hwndTarget, pDataObject, ppt, dwEffect);
 }