Struct winapi::commdlg::IPrintDialogServicesVtbl [] [src]

pub struct IPrintDialogServicesVtbl {
    pub parent: IUnknownVtbl,
    pub GetCurrentDevMode: unsafe extern "system" fn(This: *mut IPrintDialogServices, pDevMode: LPDEVMODEW, pcbSize: *mut UINT) -> HRESULT,
    pub GetCurrentPrinterName: unsafe extern "system" fn(This: *mut IPrintDialogServices, pPrinterName: LPWSTR, pcchSize: *mut UINT) -> HRESULT,
    pub GetCurrentPortName: unsafe extern "system" fn(This: *mut IPrintDialogServices, pPortName: LPWSTR, pcchSize: *mut UINT) -> HRESULT,
}

Fields

parent: IUnknownVtbl GetCurrentDevMode: unsafe extern "system" fn(This: *mut IPrintDialogServices, pDevMode: LPDEVMODEW, pcbSize: *mut UINT) -> HRESULT GetCurrentPrinterName: unsafe extern "system" fn(This: *mut IPrintDialogServices, pPrinterName: LPWSTR, pcchSize: *mut UINT) -> HRESULT GetCurrentPortName: unsafe extern "system" fn(This: *mut IPrintDialogServices, pPortName: LPWSTR, pcchSize: *mut UINT) -> HRESULT