Function PdhEnumObjectsW
pub unsafe fn PdhEnumObjectsW<P0, P1>(
szdatasource: P0,
szmachinename: P1,
mszobjectlist: Option<PWSTR>,
pcchbuffersize: *mut u32,
dwdetaillevel: PERF_DETAIL,
brefresh: bool,
) -> u32where
P0: Param<PCWSTR>,
P1: Param<PCWSTR>,