GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
DtSessionRestorePath(library call) DtSessionRestorePath(library call)

DtSessionRestorePath — get a pathname for the application's state information file

#include &<Dt/Session.h>
Boolean DtSessionRestorePath(
Widget widget,
char **restorePath,
char *restoreFile);

The DtSessionRestorePath function returns a pathname to an application's state information.

The widget argument is the application's top level widget. The restorePath argument is the address of the character string to receive the pathname of the application's state information file. The restoreFile argument is the filename of the file containing the application state information. This is the filename specified with the -session option at application invocation.

Upon successful completion, the DtSessionRestorePath function returns True; otherwise, it returns False.

The application must support the -session command-line option.

The application must use XtFree(3) to free data returned in *restorePath.

Dt/Session.h - DtSession(5), DtSessionSavePath(3); XtFree(3).


Search for    or go to Top of page |  Section l |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.