Status XpGetPdmStartParams
(
print_display
print_window
print_context
video_display
video_window
selection_display_return
selection_return
type_return
format_return
data_return
nelements_return
)
Display *_p_r_i_n_t___d_i_s_p_l_a_y;
Window _p_r_i_n_t___w_i_n_d_o_w;
XPContext _p_r_i_n_t___c_o_n_t_e_x_t;
Display *_v_i_d_e_o___d_i_s_p_l_a_y;
Window _v_i_d_e_o___w_i_n_d_o_w;
Display **_s_e_l_e_c_t_i_o_n___d_i_s_p_l_a_y___r_e_t_u_r_n;
Atom *_s_e_l_e_c_t_i_o_n___r_e_t_u_r_n;
Atom *_t_y_p_e___r_e_t_u_r_n;
int *_f_o_r_m_a_t___r_e_t_u_r_n;
unsigned char **_d_a_t_a___r_e_t_u_r_n;
int *_n_e_l_e_m_e_n_t_s___r_e_t_u_r_n;
This request returns a zero status if an error occurred, non-zero otherwise.
XpGetPdmStartParams is a convenience routine used to construct the necessary property information and selection display connection information needed to initiate a PDM Selection per the "PDM Selection Protocol". Once the information is constructed, the caller is responsible for the creation of a property, the generation of a SelectionRequest, the receipt of a SelectionNotify event, and the receipt of a ClientMessage event, as described in the PDM Selection Protocol.
When finished, the caller is expected to free data using XFree. XpGetPdmStartParams returns zero if an error occurred, else non-zero. If an error occurs all other_return values are undefined.
Setting the environment variable XPDMSELECTION causes XpGetPdmStartParams to use an alternate selection name. If not set, the selection name PDM_MANAGER is used.
Setting the environment variable XPDMDISPLAY causes XpGetPdmStartParams to locate the selection on an alternate X Server. If not set, selection_display_return is set equal to print_display. If XPDMDISPLAY is set to one of the keywords "print" or "video", selection_display_return is set to print_display or video_display, respectively. If XPDMDISPLAY is set to a valid DISPLAY-style string, selection_display_return may be set, as appropriate, to one of print_display, video_display, or to a new display connection opened from within XpGetPdmStartParams. Only in the single case where a new display connection is made should the caller close selection_display_return using XCloseDisplay.
When XpGetPdmStartParams is called, the caller's locale (see XpSetLocaleHinter) is included in the information as a "hint" to the Print Dialog Manager (PDM). If supported by the implementation, the PDM will use the hint to display dialogs more appropriately labeled for the locale of the client. If the Print Dialog Manager cannot understand the hint, the PDM will choose a default. Note that the locale of the print attributes that the PDM will subsequently access, will already have been determined when the client called XpCreateContext.
The environment variables XPDMDISPLAY and XPDMSELECTION are re-read each time XpGetPdmStartParams is called.