Exemple #1
0
 IntPtr UnsafeNativeMethods.IMsoComponent.HwndGetWindow(int dwWhich, int dwReserved)
 {
     UnsafeNativeMethods.IMsoComponent component = this.Component;
     if (component != null)
     {
         return(component.HwndGetWindow(dwWhich, dwReserved));
     }
     return(IntPtr.Zero);
 }