#[repr(C)]pub struct IPrintDialogServices {
pub lpVtbl: *const IPrintDialogServicesVtbl,
}
Fields§
§lpVtbl: *const IPrintDialogServicesVtbl
Implementations§
Source§impl IPrintDialogServices
impl IPrintDialogServices
pub unsafe fn GetCurrentDevMode( &self, pDevMode: LPDEVMODEW, pcbSize: *mut UINT, ) -> HRESULT
pub unsafe fn GetCurrentPrinterName( &self, pPrinterName: LPWSTR, pcchSize: *mut UINT, ) -> HRESULT
pub unsafe fn GetCurrentPortName( &self, pPortName: LPWSTR, pcchSize: *mut UINT, ) -> HRESULT
Trait Implementations§
Source§impl Deref for IPrintDialogServices
impl Deref for IPrintDialogServices
Auto Trait Implementations§
impl Freeze for IPrintDialogServices
impl RefUnwindSafe for IPrintDialogServices
impl !Send for IPrintDialogServices
impl !Sync for IPrintDialogServices
impl Unpin for IPrintDialogServices
impl UnwindSafe for IPrintDialogServices
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more