pub unsafe extern "system" fn OleCreatePropertyFrame(
    hwndowner: HWND,
    x: u32,
    y: u32,
    lpszcaption: PCWSTR,
    cobjects: u32,
    ppunk: *mut IUnknown,
    cpages: u32,
    ppageclsid: *mut GUID,
    lcid: u32,
    dwreserved: u32,
    pvreserved: *mut c_void
) -> HRESULT
Expand description

Required features: "Win32_System_Ole", "Win32_Foundation"