Record TSessionInfo
Unit
Declaration
type TSessionInfo = record
Description
See NPPM_SAVESESSION
Overview
Fields
| Public | SessionFilePathName: nppPChar; |
| Public | NumFiles: Integer; |
| Public | Files: array of nppPChar; |
Description
Fields
| Public | SessionFilePathName: nppPChar; |
|
Full path name of the session file to be saved | |
| Public | NumFiles: Integer; |
|
Size of the Files array (i.e., the number of files to be saved in the session) | |
| Public | Files: array of nppPChar; |
|
Array of file names (full path) to be saved in the session | |
This documentation is in the public domain under the Creative Commons Zero v1.0 Universal public license.