点击或拖拽改变大小

XLibXQueryExtension 方法

[缺少 "M:CPF.Linux.XLib.XQueryExtension(System.IntPtr,System.String,System.Int32@,System.Int32@,System.Int32@)" 的 <summary> 文档]

命名空间:  CPF.Linux
程序集:  CPF.Linux (在 CPF.Linux.dll 中) 版本:0.8.8.5
语法
C#
public static bool XQueryExtension(
	IntPtr display,
	string name,
	out int majorOpcode,
	out int firstEvent,
	out int firstError
)

参数

display
类型:SystemIntPtr

[缺少 "M:CPF.Linux.XLib.XQueryExtension(System.IntPtr,System.String,System.Int32@,System.Int32@,System.Int32@)" 的 <param name="display"/> 文档]

name
类型:SystemString

[缺少 "M:CPF.Linux.XLib.XQueryExtension(System.IntPtr,System.String,System.Int32@,System.Int32@,System.Int32@)" 的 <param name="name"/> 文档]

majorOpcode
类型:SystemInt32

[缺少 "M:CPF.Linux.XLib.XQueryExtension(System.IntPtr,System.String,System.Int32@,System.Int32@,System.Int32@)" 的 <param name="majorOpcode"/> 文档]

firstEvent
类型:SystemInt32

[缺少 "M:CPF.Linux.XLib.XQueryExtension(System.IntPtr,System.String,System.Int32@,System.Int32@,System.Int32@)" 的 <param name="firstEvent"/> 文档]

firstError
类型:SystemInt32

[缺少 "M:CPF.Linux.XLib.XQueryExtension(System.IntPtr,System.String,System.Int32@,System.Int32@,System.Int32@)" 的 <param name="firstError"/> 文档]

返回值

类型:Boolean

[缺少 "M:CPF.Linux.XLib.XQueryExtension(System.IntPtr,System.String,System.Int32@,System.Int32@,System.Int32@)" 的 <returns> 文档]

参见