Module OpamStubsTypes
Types for C stubs modules.
type console_screen_buffer_info={}CONSOLE_SCREEN_BUFFER_INFO struct (see https://docs.microsoft.com/en-us/windows/console/console-screen-buffer-info-str)
type console_font_infoex={}CONSOLE_FONT_INFOEX struct (see https://docs.microsoft.com/en-us/windows/console/console-font-infoex)
type stdhandle=|STD_INPUT_HANDLE|STD_OUTPUT_HANDLE|STD_ERROR_HANDLEStandard handle constants (see https://docs.microsoft.com/en-us/windows/console/getstdhandle)
type registry_root=|HKEY_CLASSES_ROOT|HKEY_CURRENT_CONFIG|HKEY_CURRENT_USER|HKEY_LOCAL_MACHINE|HKEY_USERSWin32 Root Registry Hives (see https://msdn.microsoft.com/en-us/library/windows/desktop/ms724836.aspx)
type _ registry_value=|REG_SZ : string registry_valueWin32 Registry Value Types (see https://msdn.microsoft.com/en-us/library/windows/desktop/ms724884.aspx
type shGFP_type=|SHGFP_TYPE_CURRENTRetrieve the current path
|SHGFP_TYPE_DEFAULTRetrieve the default path
SHGetFolderPath flags
type ('a, 'b, 'c) winmessage=|WM_SETTINGCHANGE : (int, string, int) winmessageSee https://msdn.microsoft.com/en-us/library/windows/desktop/ms725497.aspx
Windows Messages (at least, one of them!)