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

Aliased Type§

enum PWLDP_CANEXECUTEFILE_API {
    None,
    Some(unsafe extern "system" fn(_: *const GUID, _: WLDP_EXECUTION_EVALUATION_OPTIONS, _: HANDLE, _: 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, _: HANDLE, _: PCWSTR, _: *mut WLDP_EXECUTION_POLICY) -> HRESULT)

Some value of type T.