pub type WS_IS_DEFAULT_VALUE_CALLBACK = Option<unsafe extern "system" fn(descriptiondata: *const c_void, value: *const c_void, defaultvalue: *const c_void, valuesize: u32, isdefault: *mut BOOL, error: *const WS_ERROR) -> HRESULT>;
Expand description

Required features: "Win32_Foundation"

Aliased Type§

enum WS_IS_DEFAULT_VALUE_CALLBACK {
    None,
    Some(unsafe extern "system" fn(_: *const c_void, _: *const c_void, _: *const c_void, _: u32, _: *mut i32, _: *const isize) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: *const c_void, _: *const c_void, _: *const c_void, _: u32, _: *mut i32, _: *const isize) -> i32)

Some value of type T.