예제 #1
0
 internal static extern IntPtr Wimp_GetWindowInfoHeaderOnly(
     [In, MarshalAs(UnmanagedType.Struct)]
     ref NativeWimp.WindowInfoBlock block);
예제 #2
0
 /*! \brief Returns complete details of this window's state.
  * \param [in,out] block Reference to a native type to receive window details.
  * \note This method does \b not return details of any icons.  */
 public void GetInfo(ref NativeWimp.WindowInfoBlock block)
 {
     Wimp.GetWindowInfo(WimpWindow.Handle, ref block);
 }