pub type SERVICE_TRIGGER = _SERVICE_TRIGGER;Aliased Type§
#[repr(C)]pub struct SERVICE_TRIGGER {
pub dwTriggerType: u32,
pub dwAction: u32,
pub pTriggerSubtype: *mut _GUID,
pub cDataItems: u32,
pub pDataItems: *mut _SERVICE_TRIGGER_SPECIFIC_DATA_ITEM,
}Fields§
§dwTriggerType: u32§dwAction: u32§pTriggerSubtype: *mut _GUID§cDataItems: u32§pDataItems: *mut _SERVICE_TRIGGER_SPECIFIC_DATA_ITEM