Home
last modified time | relevance | path

Searched refs:IDBSchemaCommand (Results 1 – 4 of 4) sorted by relevance

/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Doledbdep.h92 typedef struct IDBSchemaCommand IDBSchemaCommand; typedef
751 struct IDBSchemaCommand : public IUnknown { struct
759 HRESULT (WINAPI *QueryInterface)(IDBSchemaCommand *This,REFIID riid,void **ppvObject);
760 ULONG (WINAPI *AddRef)(IDBSchemaCommand *This);
761 ULONG (WINAPI *Release)(IDBSchemaCommand *This);
762 …HRESULT (WINAPI *GetCommand)(IDBSchemaCommand *This,IUnknown *pUnkOuter,REFGUID rguidSchema,IComma…
763 HRESULT (WINAPI *GetSchemas)(IDBSchemaCommand *This,ULONG *pcSchemas,GUID **prgSchemas);
766 struct IDBSchemaCommand { struct
777 …HRESULT WINAPI IDBSchemaCommand_GetCommand_Proxy(IDBSchemaCommand *This,IUnknown *pUnkOuter,REFGUI…
779 …HRESULT WINAPI IDBSchemaCommand_GetSchemas_Proxy(IDBSchemaCommand *This,ULONG *pcSchemas,GUID **pr…
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Doledbdep.h92 typedef struct IDBSchemaCommand IDBSchemaCommand; typedef
751 struct IDBSchemaCommand : public IUnknown { struct
759 HRESULT (WINAPI *QueryInterface)(IDBSchemaCommand *This,REFIID riid,void **ppvObject);
760 ULONG (WINAPI *AddRef)(IDBSchemaCommand *This);
761 ULONG (WINAPI *Release)(IDBSchemaCommand *This);
762 …HRESULT (WINAPI *GetCommand)(IDBSchemaCommand *This,IUnknown *pUnkOuter,REFGUID rguidSchema,IComma…
763 HRESULT (WINAPI *GetSchemas)(IDBSchemaCommand *This,ULONG *pcSchemas,GUID **prgSchemas);
766 struct IDBSchemaCommand { struct
777 …HRESULT WINAPI IDBSchemaCommand_GetCommand_Proxy(IDBSchemaCommand *This,IUnknown *pUnkOuter,REFGUI…
779 …HRESULT WINAPI IDBSchemaCommand_GetSchemas_Proxy(IDBSchemaCommand *This,ULONG *pcSchemas,GUID **pr…
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/Search/
H A Dmod.rs7023 pub struct IDBSchemaCommand(::windows::runtime::IUnknown);
7024 impl IDBSchemaCommand {
7033 unsafe impl ::windows::runtime::Interface for IDBSchemaCommand {
7037 impl ::std::convert::From<IDBSchemaCommand> for ::windows::runtime::IUnknown {
7038 fn from(value: IDBSchemaCommand) -> Self {
7042 impl ::std::convert::From<&IDBSchemaCommand> for ::windows::runtime::IUnknown {
7043 fn from(value: &IDBSchemaCommand) -> Self {
7047 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for IDBSchemaCommand {
7052 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for &IDBSchemaCommand {
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/System/Search/
H A Dmod.rs3393 pub type IDBSchemaCommand = *mut ::core::ffi::c_void; typedef