BlackBerry.Screen.Buffer.screen_get_buffer_property_iv C# (CSharp) Method

screen_get_buffer_property_iv() private method

private screen_get_buffer_property_iv ( IntPtr buf, System.Property pname, [ param ) : int
buf System.IntPtr
pname System.Property
param [
return int
        static extern int screen_get_buffer_property_iv(IntPtr buf, Property pname, [Out] int[] param);

Same methods

Buffer::screen_get_buffer_property_iv ( IntPtr buf, System.Property pname, int &param ) : int