#[repr(C)]
pub struct ITaskServiceVtbl {
pub parent: IDispatchVtbl,
pub GetFolder: unsafe extern "system" fn(This: *mut ITaskService, Path: BSTR, ppFolder: *mut *mut ITaskFolder) -> HRESULT,
pub GetRunningTasks: unsafe extern "system" fn(This: *mut ITaskService, flags: LONG, ppRunningTasks: *mut *mut IRunningTaskCollection) -> HRESULT,
pub NewTask: unsafe extern "system" fn(This: *mut ITaskService, flags: DWORD, ppDefinition: *mut *mut ITaskDefinition) -> HRESULT,
pub Connect: unsafe extern "system" fn(This: *mut ITaskService, serverName: VARIANT, user: VARIANT, domain: VARIANT, password: VARIANT) -> HRESULT,
pub get_Connected: unsafe extern "system" fn(This: *mut ITaskService, pConnected: *mut VARIANT_BOOL) -> HRESULT,
pub get_TargetServer: unsafe extern "system" fn(This: *mut ITaskService, pServer: *mut BSTR) -> HRESULT,
pub get_ConnectedUser: unsafe extern "system" fn(This: *mut ITaskService, pUser: *mut BSTR) -> HRESULT,
pub get_ConnectedDomain: unsafe extern "system" fn(This: *mut ITaskService, pDomain: *mut BSTR) -> HRESULT,
pub get_HighestVersion: unsafe extern "system" fn(This: *mut ITaskService, pVersion: *mut DWORD) -> HRESULT,
}
get_ConnectedDomain: unsafe extern "system" fn(This: *mut ITaskService, pDomain: *mut BSTR) -> HRESULT
impl<T> Any for T where
T: 'static + ?Sized,
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
impl<T, U> Into<U> for T where
U: From<T>,
The type returned in the event of a conversion error.
The type returned in the event of a conversion error.