Atspi.Registry.XGetWindowProperty C# (CSharp) Method

XGetWindowProperty() private method

private XGetWindowProperty ( IntPtr display, IntPtr w, IntPtr property, IntPtr long_offset, IntPtr long_length, int delete, IntPtr req_type, IntPtr &actual_type_return, int &actual_format_return, IntPtr &nitems_return, IntPtr &bytes_after_return, string &prop_return ) : int
display System.IntPtr
w System.IntPtr
property System.IntPtr
long_offset System.IntPtr
long_length System.IntPtr
delete int
req_type System.IntPtr
actual_type_return System.IntPtr
actual_format_return int
nitems_return System.IntPtr
bytes_after_return System.IntPtr
prop_return string
return int
        static extern int XGetWindowProperty(IntPtr display, IntPtr w, IntPtr property, IntPtr long_offset, IntPtr long_length, int delete, IntPtr req_type, out IntPtr actual_type_return, out int actual_format_return, out IntPtr nitems_return, out IntPtr bytes_after_return, out string prop_return);