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