BlackBerry.Screen.ScreenEvent.screen_get_event_property_pv C# (CSharp) Method

screen_get_event_property_pv() private method

private screen_get_event_property_pv ( IntPtr handle, System.Property prop, IntPtr &val ) : int
handle System.IntPtr
prop System.Property
val System.IntPtr
return int
        static extern int screen_get_event_property_pv(IntPtr handle, Property prop, out IntPtr val);