SCM Repository
[smlnj] / sml / trunk / system / Basis / Implementation / Win32 / windows-status.sig |
View of /sml/trunk/system/Basis/Implementation/Win32/windows-status.sig
Parent Directory
|
Revision Log
Revision 2933 -
(download)
(as text)
(annotate)
Thu Jan 31 19:20:20 2008 UTC (13 years, 1 month ago) by larsberg
File size: 1204 byte(s)
Thu Jan 31 19:20:20 2008 UTC (13 years, 1 month ago) by larsberg
File size: 1204 byte(s)
Added win32 registry functions and outline of Windows basis library.
(* windows-status.sig * * COPYRIGHT (c) 2008 Fellowship of SML/NJ * * Signature with the windows status constants * *) signature WINDOWS_STATUS = sig (* type status = SysWord.word val accessViolation : status val arrayBoundsExceeded : status val breakpoint : status val controlCExit : status val datatypeMisalignment : status val floatDenormalOperand : status val floatDivideByZero : status val floatInexactResult : status val floatInvalidOperation : status val floatOverflow : status val floatStackCheck : status val floatUnderflow : status val guardPageViolation : status val integerDivideByZero : status val integerOverflow : status val illegalInstruction : status val invalidDisposition : status val invalidHandle : status val inPageError : status val noncontinuableException : status val pending : status val privilegedInstruction : status val singleStep : status val stackOverflow : status val timeout : status val userAPC : status*) end
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |