Sponsored Content
Top Forums UNIX for Dummies Questions & Answers Home Network Storage Solution. Post 55442 by moxxx68 on Sunday 12th of September 2004 01:29:16 PM
Old 09-12-2004
Bug this is the first time I hear of SNAP although it sounds familiar!!

thanx for the input re:!
moxxx68
Smilie
 

We Also Found This Discussion For You

1. Solaris

Seeking suggestion of small storage solution

Hi, We have 4 T5220 servers, which are currently connected to Hitachi SAN storage solution. This is old SAN, so we are going to decommission it. At this location, there is no other SAN and no other servers, which requires SAN solution. So we are thinking of a small and cheap storage solution,... (3 Replies)
Discussion started by: solaris_1977
3 Replies
XCreateIC(3)							  XLIB FUNCTIONS						      XCreateIC(3)

NAME
XCreateIC, XDestroyIC, XIMOfIC - create, destroy, and obtain the input method of an input context SYNTAX
XIC XCreateIC(XIM im, ...); void XDestroyIC(XIC ic); XIM XIMOfIC(XIC ic); ARGUMENTS
ic Specifies the input context. im Specifies the input method. ... Specifies the variable length argument list to set XIC values. DESCRIPTION
The XCreateIC function creates a context within the specified input method. Some of the arguments are mandatory at creation time, and the input context will not be created if those arguments are not provided. The mandatory arguments are the input style and the set of text callbacks (if the input style selected requires callbacks). All other input context values can be set later. XCreateIC returns a NULL value if no input context could be created. A NULL value could be returned for any of the following reasons: o A required argument was not set. o A read-only argument was set (for example, XNFilterEvents). o The argument name is not recognized. o The input method encountered an input method implementation-dependent error. The XCreateIC can generate BadAtom, BadColor, BadPixmap, and BadWindow errors. XDestroyIC destroys the specified input context. The XIMOfIC function returns the input method associated with the specified input context. DIAGNOSTICS
BadAtom A value for an Atom argument does not name a defined Atom. BadColor A value for a Colormap argument does not name a defined Colormap. BadPixmap A value for a Pixmap argument does not name a defined Pixmap. BadWindow A value for a Window argument does not name a defined Window. SEE ALSO
XOpenIM(3), XSetICFocus(3), XSetICValues(3), XmbResetIC(3) Xlib - C Language X Interface X Version 11 libX11 1.3.2 XCreateIC(3)
All times are GMT -4. The time now is 04:32 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy