Home
last modified time | relevance | path

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

/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/include/
H A Dcomcat.h147 STDMETHOD(RegisterCategories)(THIS_ ULONG,CATEGORYINFO*) PURE; in DECLARE_INTERFACE_() local
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/mingw32/include/
H A Dcomcat.h147 STDMETHOD(RegisterCategories)(THIS_ ULONG,CATEGORYINFO*) PURE; in DECLARE_INTERFACE_() local
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/Com/
H A Dmod.rs4209 …pub unsafe fn RegisterCategories(&self, ccategories: u32, rgcategoryinfo: *const CATEGORYINFO) -> … in RegisterCategories() method