Struct windows_sys::Win32::System::Services::SERVICE_TRIGGER
[−]#[repr(C)]pub struct SERVICE_TRIGGER {
pub dwTriggerType: SERVICE_TRIGGER_TYPE,
pub dwAction: SERVICE_TRIGGER_ACTION,
pub pTriggerSubtype: *mut GUID,
pub cDataItems: u32,
pub pDataItems: *mut SERVICE_TRIGGER_SPECIFIC_DATA_ITEM,
}Expand description
Required features: ‘Win32_System_Services’
Fields
dwTriggerType: SERVICE_TRIGGER_TYPEdwAction: SERVICE_TRIGGER_ACTIONpTriggerSubtype: *mut GUIDcDataItems: u32pDataItems: *mut SERVICE_TRIGGER_SPECIFIC_DATA_ITEM