File tree Expand file tree Collapse file tree 1 file changed +22
-1
lines changed Expand file tree Collapse file tree 1 file changed +22
-1
lines changed Original file line number Diff line number Diff line change @@ -6313,7 +6313,28 @@ STRUCT!{struct ANIMATIONINFO {
6313
6313
iMinAnimate: c_int,
6314
6314
} }
6315
6315
pub type LPANIMATIONINFO = * mut ANIMATIONINFO ;
6316
- //12672
6316
+ //12638
6317
+ STRUCT ! { struct HIGHCONTRASTA {
6318
+ cbSize: UINT ,
6319
+ dwFlags: DWORD ,
6320
+ lpszDefaultScheme: LPSTR ,
6321
+ } }
6322
+ pub type LPHIGHCONTRASTA = * mut HIGHCONTRASTA ;
6323
+ STRUCT ! { struct HIGHCONTRASTW {
6324
+ cbSize: UINT ,
6325
+ dwFlags: DWORD ,
6326
+ lpszDefaultScheme: LPWSTR ,
6327
+ } }
6328
+ pub type LPHIGHCONTRASTW = * mut HIGHCONTRASTW ;
6329
+ pub const HCF_HIGHCONTRASTON : DWORD = 0x00000001 ;
6330
+ pub const HCF_AVAILABLE : DWORD = 0x00000002 ;
6331
+ pub const HCF_HOTKEYACTIVE : DWORD = 0x00000004 ;
6332
+ pub const HCF_CONFIRMHOTKEY : DWORD = 0x00000008 ;
6333
+ pub const HCF_HOTKEYSOUND : DWORD = 0x00000010 ;
6334
+ pub const HCF_INDICATOR : DWORD = 0x00000020 ;
6335
+ pub const HCF_HOTKEYAVAILABLE : DWORD = 0x00000040 ;
6336
+ pub const HCF_LOGONDESKTOP : DWORD = 0x00000100 ;
6337
+ pub const HCF_DEFAULTDESKTOP : DWORD = 0x00000200 ;
6317
6338
pub const CDS_UPDATEREGISTRY : DWORD = 0x00000001 ;
6318
6339
pub const CDS_TEST : DWORD = 0x00000002 ;
6319
6340
pub const CDS_FULLSCREEN : DWORD = 0x00000004 ;
You can’t perform that action at this time.
0 commit comments