2 |
3.088246 |
__MIDL___MIDL_itf_strmif_0000_0026_0002 |
Enum |
|
|
|
|
|
|
enum __MIDL___MIDL_itf_strmif_0000_0026_0002
{
ADVISE_NONE = 0,
ADVISE_CLIPPING = 0x1,
ADVISE_PALETTE = 0x2,
ADVISE_COLORKEY = 0x4,
ADVISE_POSITION = 0x8,
ADVISE_DISPLAY_CHANGE = 0x10
} ;
|
%ProgramFiles(x86)%\Windows Kits\10\Include\10.0.19041.0\um\strmif.h(5543,0) |
- If WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP)
|
3 |
1.930154 |
__magnumdb__enum_axextend_idl_4 |
Enum |
|
|
|
|
|
|
enum { ADVISE_NONE = 0x0, // No notifications required
ADVISE_CLIPPING = 0x1, // Synchronous clip information
ADVISE_PALETTE = 0x2, // Palette change notifications
ADVISE_COLORKEY = 0x4, // Called when colour key changes
ADVISE_POSITION = 0x8, // Likewise when window moves etc
ADVISE_DISPLAY_CHANGE = 0x10 // Called on WM_DISPLAYCHANGE
};
|
%ProgramFiles(x86)%\Windows Kits\10\Include\10.0.19041.0\um\axextend.idl(554,0) |
|