Function ResUtilEnumResourcesEx2
pub unsafe fn ResUtilEnumResourcesEx2<P2>(
hcluster: HCLUSTER,
hself: HRESOURCE,
lpszrestypename: P2,
prescallback: LPRESOURCE_CALLBACK_EX,
pparameter: *mut c_void,
dwdesiredaccess: u32,
) -> u32where
P2: Param<PCWSTR>,