man XtSessionGetToken (Fonctions bibliothèques) - token management for checkpointing
NAME
XtSessionGetToken, XtSessionReturnToken - token management for checkpointing
SYNTAX
XtCheckpointToken XtSessionGetToken(Widget w, int type);
void XtSessionReturnToken(XtCheckpointToken token);
ARGUMENTS
- w
- Specifies the session widget.
- type
- Specifies the value in the type field of the token.
- token
- Specifies the token to be returned.
DESCRIPTION
The function will return NULL if the checkpoint operation instigated by the session manager is not currently under way.
To indicate the completion of a deferred save operation and to return the checkpoint token use
SEE ALSO