pub type SET_CREDENTIALS_ATTRIBUTES_FN_W = Option<unsafe extern "system" fn(param0: *mut SecHandle, param1: u32, param2: *mut c_void, param3: u32) -> HRESULT>;
Expand description

Required features: "Win32_Security_Credentials"

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.