Unit msesys
Uses
Description
Overview
Classes, Interfaces, Objects and Records
Name | Description |
---|---|
Record procitemty |
|
Record threadinfoty |
|
Record socketaddrty |
|
Record ext1fileinfoty |
|
Record ext2fileinfoty |
|
Record fileinfoty |
|
Record dirstreaminfoty |
|
Record dirstreamty |
|
Class esys |
Functions and Procedures
function fileattributestofilerights( const attributes: fileattributesty): filerightsty; |
procedure checkdirstreamdata(var adata: dirstreamty); |
procedure syserror(const error: syserrorty; const text: msestring = ''); overload; |
procedure syserror(const error: syserrorty; const sender: tobject; text: msestring = ''); overload; |
function syelasterror: syserrorty; |
function syeseterror(aerror: integer): syserrorty; |
function syesetextendederror(const aerrormessage: msestring): syserrorty; |
function buildsyserrormessage(const error: syserrorty; const text: msestring = ''): msestring; |
function buildsyserrormessage(const error: syserrorty; const sender: tobject; text: msestring = ''): msestring; |
function getcommandlinearguments: msestringarty; |
function getcommandlineargument(const index: integer): msestring; |
procedure deletecommandlineargument(const index: integer); |
procedure saveformatsettings; |
procedure initdefaultformatsettings; |
Types
internalthreadprocty = function(): integer of object; |
procitemarty = array of procitemty; |
socketkindty = (...); |
socketshutdownkindty = (...); |
pollkindty = (...); |
pollkindsty = set of pollkindty; |
fileopenmodety = (...); |
fileaccessmodety = (...); |
fileaccessmodesty = set of fileaccessmodety; |
filerightty = (...); |
filerightsty = set of filerightty; |
filetypety = (...); |
fileattributety = (...); |
fileattributesty = set of fileattributety; |
accessmodety = (...); |
accessmodesty = set of accessmodety; |
pollflagty = (...); |
pollflagsty = set of pollflagty; |
ppollflagsty = ˆpollflagsty; |
pollcallbackty = procedure(const aflags: pollflagsty; const adata: pointer) of object; |
fileinfostatety = (...); |
fileinfostatesty = set of fileinfostatety; |
pfileinfoty = ˆfileinfoty; |
fileinfolevelty = (...); |
dirstreamoptionty = (...); |
dirstreamoptionsty = set of dirstreamoptionty; |
dirstreampty = array[0..7] of pointer; |
Constants
filerightattributes = [fa_rusr,fa_wusr,fa_xusr,
fa_rgrp,fa_wgrp,fa_xgrp,
fa_roth,fa_woth,fa_xoth,
fa_suid,fa_sgid,fa_svtx]; |
Variables
defaultprintcommand: msestring; |
mselasterror: integer; |
mselasterrormessage: msestring; |
Description
Functions and Procedures
function fileattributestofilerights( const attributes: fileattributesty): filerightsty; |
procedure checkdirstreamdata(var adata: dirstreamty); |
procedure syserror(const error: syserrorty; const text: msestring = ''); overload; |
procedure syserror(const error: syserrorty; const sender: tobject; text: msestring = ''); overload; |
function syelasterror: syserrorty; |
function syeseterror(aerror: integer): syserrorty; |
function syesetextendederror(const aerrormessage: msestring): syserrorty; |
function buildsyserrormessage(const error: syserrorty; const text: msestring = ''): msestring; |
function buildsyserrormessage(const error: syserrorty; const sender: tobject; text: msestring = ''): msestring; |
function getcommandlinearguments: msestringarty; |
function getcommandlineargument(const index: integer): msestring; |
procedure deletecommandlineargument(const index: integer); |
procedure saveformatsettings; |
procedure initdefaultformatsettings; |
Types
internalthreadprocty = function(): integer of object; |
procitemarty = array of procitemty; |
socketkindty = (...); |
Values
|
socketshutdownkindty = (...); |
Values
|
pollkindty = (...); |
Values
|
pollkindsty = set of pollkindty; |
fileopenmodety = (...); |
Values
|
fileaccessmodety = (...); |
Values
|
fileaccessmodesty = set of fileaccessmodety; |
filerightty = (...); |
Values
|
filerightsty = set of filerightty; |
filetypety = (...); |
Values
|
fileattributety = (...); |
Values
|
fileattributesty = set of fileattributety; |
accessmodety = (...); |
Values
|
accessmodesty = set of accessmodety; |
pollflagty = (...); |
Values
|
pollflagsty = set of pollflagty; |
ppollflagsty = ˆpollflagsty; |
pollcallbackty = procedure(const aflags: pollflagsty; const adata: pointer) of object; |
fileinfostatety = (...); |
Values
|
fileinfostatesty = set of fileinfostatety; |
pfileinfoty = ˆfileinfoty; |
fileinfolevelty = (...); |
Values
|
dirstreamoptionty = (...); |
Values
|
dirstreamoptionsty = set of dirstreamoptionty; |
dirstreampty = array[0..7] of pointer; |
Constants
filerightattributes = [fa_rusr,fa_wusr,fa_xusr,
fa_rgrp,fa_wgrp,fa_xgrp,
fa_roth,fa_woth,fa_xoth,
fa_suid,fa_sgid,fa_svtx]; |
Variables
defaultprintcommand: msestring; |
mselasterror: integer; |
mselasterrormessage: msestring; |
Generated by PasDoc 0.16.0.