windows::Win32::Security::DiagnosticDataQuery

Function DdqIsDiagnosticRecordSampledIn

pub unsafe fn DdqIsDiagnosticRecordSampledIn<P3, P5>(
    hsession: HDIAGNOSTIC_DATA_QUERY_SESSION,
    providergroup: *const GUID,
    providerid: Option<*const GUID>,
    providername: P3,
    eventid: Option<*const u32>,
    eventname: P5,
    eventversion: Option<*const u32>,
    eventkeywords: Option<*const u64>,
) -> Result<BOOL>
where P3: Param<PCWSTR>, P5: Param<PCWSTR>,