]> git.proxmox.com Git - rustc.git/blame - vendor/winapi-0.2.8/src/roerrorapi.rs
New upstream version 1.42.0+dfsg0+pve1
[rustc.git] / vendor / winapi-0.2.8 / src / roerrorapi.rs
CommitLineData
e1599b0c
XL
1FLAGS!{enum RO_ERROR_REPORTING_FLAGS {
2 RO_ERROR_REPORTING_NONE = 0x00000000,
3 RO_ERROR_REPORTING_SUPPRESSEXCEPTIONS = 0x00000001,
4 RO_ERROR_REPORTING_FORCEEXCEPTIONS = 0x00000002,
5 RO_ERROR_REPORTING_USESETERRORINFO = 0x00000004,
6 RO_ERROR_REPORTING_SUPPRESSSETERRORINFO = 0x00000008,
7}}
8
9pub type PINSPECT_MEMORY_CALLBACK = Option<unsafe extern "system" fn(
10 *const ::VOID, ::UINT_PTR, ::UINT32, *mut ::BYTE,
11) -> ::HRESULT>;