Tao.Platform.X11 SDK Documentation
Glx.glXGetClientString Method
[Visual Basic]
Public Shared Function glXGetClientString( _
ByVal
dpy
As
IntPtr
, _
ByVal
name
As
Integer
_
) As
String
[C#]
public static
string
glXGetClientString(
IntPtr
dpy
,
int
name
);
See Also
Glx Class
|
Tao.Platform.X11 Namespace