windows::Win32::Networking::Clustering

Function ResUtilFindBinaryProperty

pub unsafe fn ResUtilFindBinaryProperty<P2>(
    ppropertylist: *const c_void,
    cbpropertylistsize: u32,
    pszpropertyname: P2,
    pbpropertyvalue: Option<*mut *mut u8>,
    pcbpropertyvaluesize: Option<*mut u32>,
) -> u32
where P2: Param<PCWSTR>,