Function OleCreatePropertyFrame
pub unsafe fn OleCreatePropertyFrame<P3>(
hwndowner: HWND,
x: u32,
y: u32,
lpszcaption: P3,
cobjects: u32,
ppunk: *const Option<IUnknown>,
cpages: u32,
ppageclsid: *const GUID,
lcid: u32,
dwreserved: Option<u32>,
pvreserved: Option<*const c_void>,
) -> Result<()>where
P3: Param<PCWSTR>,