Function ResUtilFindLongProperty
pub unsafe fn ResUtilFindLongProperty<P2>(
ppropertylist: *const c_void,
cbpropertylistsize: u32,
pszpropertyname: P2,
plpropertyvalue: *mut i32,
) -> u32where
P2: Param<PCWSTR>,