Home
last modified time | relevance | path

Searched defs:OleRegGetUserType (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/libfpx/libfpx-1.3.1-10/fpx/
H A Df_fpxvw.cpp605 HRESULT OleRegGetUserType(REFCLSID clsid, DWORD whatever, LPOLESTR FAR* pszUserType) in OleRegGetUserType() function
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/Ole/
H A Dmod.rs10618 pub unsafe fn OleRegGetUserType(clsid: *const ::windows::runtime::GUID, dwformoftype: u32) -> ::win… in OleRegGetUserType() function
10623 …fn OleRegGetUserType(clsid: *const ::windows::runtime::GUID, dwformoftype: u32, pszusertype: *mut … in OleRegGetUserType() function
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/System/Ole/
H A Dmod.rs158 …pub fn OleRegGetUserType(clsid: *const ::windows_sys::core::GUID, dwformoftype: u32, pszusertype: … in OleRegGetUserType() function