SCM Repository
[smlnj] / sml / trunk / system / Basis / Implementation / Win32 / windows-config.sig |
View of /sml/trunk/system/Basis/Implementation/Win32/windows-config.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: 864 byte(s)
Thu Jan 31 19:20:20 2008 UTC (13 years, 1 month ago) by larsberg
File size: 864 byte(s)
Added win32 registry functions and outline of Windows basis library.
(* windows-config.sig * * COPYRIGHT (c) 2008 Fellowship of SML/NJ * * Signature with Windows platform information * *) signature WINDOWS_CONFIG = sig (* val platformWin32s : SysWord.word val platformWin32Windows : SysWord.word val platformWin32NT : SysWord.word val platformWin32CE : SysWord.word val getVersionEx : unit -> { majorVersion : SysWord.word, minorVersion : SysWord.word, buildNumber : SysWord.word, platformId : SysWord.word, csdVersion : string } val getWindowsDirectory : unit -> string val getSystemDirectory : unit -> string val getComputerName : unit -> string val getUserName : unit -> string*) end
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |