BlackBerry.Screen.Display.screen_set_display_property_iv C# (CSharp) Method

screen_set_display_property_iv() private method

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