Struct windows_sys::Win32::Graphics::Printing::IPrintWriteStreamVtbl
[−]#[repr(C)]pub struct IPrintWriteStreamVtbl {
pub QueryInterface: isize,
pub AddRef: isize,
pub Release: isize,
pub WriteBytes: isize,
pub Close: isize,
}Expand description
Required features: ‘Win32_Graphics_Printing’
Fields
QueryInterface: isizeAddRef: isizeRelease: isizeWriteBytes: isizeClose: isize