pub type PWLDP_CANEXECUTESTREAM_API = Option<unsafe extern "system" fn(host: *const GUID, options: WLDP_EXECUTION_EVALUATION_OPTIONS, stream: Option<IStream>, auditinfo: PCWSTR, result: *mut WLDP_EXECUTION_POLICY) -> HRESULT>;

Aliased Type§

enum PWLDP_CANEXECUTESTREAM_API {
    None,
    Some(unsafe extern "system" fn(_: *const GUID, _: WLDP_EXECUTION_EVALUATION_OPTIONS, _: Option<IStream>, _: PCWSTR, _: *mut WLDP_EXECUTION_POLICY) -> HRESULT),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: *const GUID, _: WLDP_EXECUTION_EVALUATION_OPTIONS, _: Option<IStream>, _: PCWSTR, _: *mut WLDP_EXECUTION_POLICY) -> HRESULT)

Some value of type T.