Sha256: e0b31c2567c51d01d615b369749f694829124f17f1767b8a2281a15584c1e5d6

Contents?: true

Size: 1.53 KB

Versions: 38

Compression:

Stored size: 1.53 KB

Contents

// Licensed under the Apache License, Version 2.0
// <LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your option.
// All files in the project carrying such notice may not be copied, modified, or distributed
// except according to those terms.
use shared::basetsd::UINT64;
use shared::minwindef::DWORD;
use um::bits::{IBackgroundCopyFile, IBackgroundCopyJob};
use um::bits2_0::BG_FILE_RANGE;
use um::bits3_0::{IBackgroundCopyCallback2, IBackgroundCopyCallback2Vtbl};
use um::bits5_0::{IBackgroundCopyFile5, IBackgroundCopyFile5Vtbl};
use um::winnt::HRESULT;
RIDL!{#[uuid(0x98c97bd2, 0xe32b, 0x4ad8, 0xa5, 0x28, 0x95, 0xfd, 0x8b, 0x16, 0xbd, 0x42)]
interface IBackgroundCopyCallback3(IBackgroundCopyCallback3Vtbl):
    IBackgroundCopyCallback2(IBackgroundCopyCallback2Vtbl) {
    fn FileRangesTransferred(
        job: *mut IBackgroundCopyJob,
        file: *mut IBackgroundCopyFile,
        rangeCount: DWORD,
        ranges: *const BG_FILE_RANGE,
    ) -> HRESULT,
}}
RIDL!{#[uuid(0xcf6784f7, 0xd677, 0x49fd, 0x93, 0x68, 0xcb, 0x47, 0xae, 0xe9, 0xd1, 0xad)]
interface IBackgroundCopyFile6(IBackgroundCopyFile6Vtbl):
    IBackgroundCopyFile5(IBackgroundCopyFile5Vtbl) {
    fn UpdateDownloadPosition(
        offset: UINT64,
    ) -> HRESULT,
    fn RequestFileRanges(
        rangeCount: DWORD,
        ranges: *const BG_FILE_RANGE,
    ) -> HRESULT,
    fn GetFilledFileRanges(
        rangeCount: *mut DWORD,
        ranges: *mut *mut BG_FILE_RANGE,
    ) -> HRESULT,
}}

Version data entries

38 entries across 38 versions & 1 rubygems

Version Path
wasmtime-29.0.0 ./ext/cargo-vendor/winapi-0.3.9/src/um/bits10_1.rs
wasmtime-28.0.0 ./ext/cargo-vendor/winapi-0.3.9/src/um/bits10_1.rs
wasmtime-27.0.0 ./ext/cargo-vendor/winapi-0.3.9/src/um/bits10_1.rs
wasmtime-26.0.0 ./ext/cargo-vendor/winapi-0.3.9/src/um/bits10_1.rs
wasmtime-25.0.2 ./ext/cargo-vendor/winapi-0.3.9/src/um/bits10_1.rs
wasmtime-25.0.1 ./ext/cargo-vendor/winapi-0.3.9/src/um/bits10_1.rs
wasmtime-25.0.0 ./ext/cargo-vendor/winapi-0.3.9/src/um/bits10_1.rs
wasmtime-24.0.0 ./ext/cargo-vendor/winapi-0.3.9/src/um/bits10_1.rs
wasmtime-23.0.2 ./ext/cargo-vendor/winapi-0.3.9/src/um/bits10_1.rs
wasmtime-22.0.0 ./ext/cargo-vendor/winapi-0.3.9/src/um/bits10_1.rs
wasmtime-21.0.1 ./ext/cargo-vendor/winapi-0.3.9/src/um/bits10_1.rs
wasmtime-20.0.2 ./ext/cargo-vendor/winapi-0.3.9/src/um/bits10_1.rs
wasmtime-20.0.0 ./ext/cargo-vendor/winapi-0.3.9/src/um/bits10_1.rs
wasmtime-18.0.3 ./ext/cargo-vendor/winapi-0.3.9/src/um/bits10_1.rs
wasmtime-17.0.1 ./ext/cargo-vendor/winapi-0.3.9/src/um/bits10_1.rs
wasmtime-17.0.0 ./ext/cargo-vendor/winapi-0.3.9/src/um/bits10_1.rs
wasmtime-16.0.0 ./ext/cargo-vendor/winapi-0.3.9/src/um/bits10_1.rs
wasmtime-15.0.1 ./ext/cargo-vendor/winapi-0.3.9/src/um/bits10_1.rs
wasmtime-15.0.0 ./ext/cargo-vendor/winapi-0.3.9/src/um/bits10_1.rs
wasmtime-14.0.4 ./ext/cargo-vendor/winapi-0.3.9/src/um/bits10_1.rs