package opam-core
- Overview
- No Docs
You can search for identifiers within the package.
in-package search v0.2.0
Install
dune-project
Dependency
Authors
-
VVincent Bernardoff <vb@luminar.eu.org>
-
RRaja Boujbel <raja.boujbel@ocamlpro.com>
-
RRoberto Di Cosmo <roberto@dicosmo.org>
-
TThomas Gazagnaire <thomas@gazagnaire.org>
-
LLouis Gesbert <louis.gesbert@ocamlpro.com>
-
FFabrice Le Fessant <Fabrice.Le_fessant@inria.fr>
-
AAnil Madhavapeddy <anil@recoil.org>
-
GGuillem Rieu <guillem.rieu@ocamlpro.com>
-
RRalf Treinen <ralf.treinen@pps.jussieu.fr>
-
FFrederic Tuong <tuong@users.gforge.inria.fr>
Maintainers
Sources
md5=e55ac537cd9ab3d987454633fa439fa4
sha512=040e4f58f93e962ff422617ce0d35ed45dd86921a9aac3505914c33dd942d0e5e5771e7e1774046504f9aa84f32bc4fbd6ac7720fbea862d48bf1ca29e02cefc
doc/opam-core/OpamStubsTypes/index.html
Module OpamStubsTypesSource
Types for C stubs modules.
type console_screen_buffer_info = {size : int * int;(*Width and height of the screen buffer
*)cursorPosition : int * int;(*Current position of the console cursor (caret)
*)attributes : int;(*Screen attributes; see https://docs.microsoft.com/en-us/windows/console/console-screen-buffers#_win32_character_attributes
*)window : int * int * int * int;(*Coordinates of the upper-left and lower-right corners of the display window within the screen buffer
*)maximumWindowSize : int * int;(*Maximum displayable size of the console for this screen buffer
*)
}CONSOLE_SCREEN_BUFFER_INFO struct (see https://docs.microsoft.com/en-us/windows/console/console-screen-buffer-info-str)
type console_font_infoex = {font : int;(*Index in the system's console font table
*)fontSize : int * int;(*Size, in logical units, of the font
*)fontFamily : int;(*Font pitch and family (low 8 bits only). See tmPitchAndFamily in https://msdn.microsoft.com/library/windows/desktop/dd145132
*)fontWeight : int;(*Font weight. Normal = 400; Bold = 700
*)faceName : string;(*Name of the typeface
*)
}CONSOLE_FONT_INFOEX struct (see https://docs.microsoft.com/en-us/windows/console/console-font-infoex)
Win32 API handles
Standard handle constants (see https://docs.microsoft.com/en-us/windows/console/getstdhandle)
Win32 Root Registry Hives (see https://msdn.microsoft.com/en-us/library/windows/desktop/ms724836.aspx)
Win32 Registry Value Types (see https://msdn.microsoft.com/en-us/library/windows/desktop/ms724884.aspx
SHGetFolderPath flags
type ('a, 'b, 'c) winmessage = | WM_SETTINGCHANGE : (int, string, int) winmessage(*See https://msdn.microsoft.com/en-us/library/windows/desktop/ms725497.aspx
*)
Windows Messages (at least, one of them!)