Home
last modified time | relevance | path

Searched refs:STDMETHODV (Results 1 – 9 of 9) sorted by relevance

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dbasetyps.h50 #define STDMETHODV(method) virtual COM_DECLSPEC_NOTHROW HRESULT STDMETHODVCALLTYPE method macro
66 #define STDMETHODV(method) HRESULT (STDMETHODVCALLTYPE *method) macro
82 #define IFACEMETHODV(method) /*override*/ STDMETHODV (method)
H A Dcombaseapi.h55 #define STDMETHODV(method) virtual COM_DECLSPEC_NOTHROW HRESULT STDMETHODVCALLTYPE method macro
67 #define IFACEMETHODV(method) STDMETHODV (method)
91 #define STDMETHODV(method) HRESULT (STDMETHODVCALLTYPE *method) macro
96 #define IFACEMETHODV(method) STDMETHODV (method)
H A Ddbgeng.h717 STDMETHODV(Output)(THIS_ ULONG Mask,PCSTR Format,...) PURE; in DECLARE_INTERFACE_()
719 STDMETHODV(ControlledOutput)(THIS_ ULONG OutputControl,ULONG Mask,PCSTR Format,...) PURE; in DECLARE_INTERFACE_()
721 STDMETHODV(OutputPrompt)(THIS_ ULONG OutputControl,PCSTR Format,...) PURE; in DECLARE_INTERFACE_()
819 STDMETHODV(Output)(THIS_ ULONG Mask,PCSTR Format,...) PURE; in DECLARE_INTERFACE_()
821 STDMETHODV(ControlledOutput)(THIS_ ULONG OutputControl,ULONG Mask,PCSTR Format,...) PURE; in DECLARE_INTERFACE_()
823 STDMETHODV(OutputPrompt)(THIS_ ULONG OutputControl,PCSTR Format,...) PURE; in DECLARE_INTERFACE_()
940 STDMETHODV(Output)(THIS_ ULONG Mask,PCSTR Format,...) PURE; in DECLARE_INTERFACE_()
942 STDMETHODV(ControlledOutput)(THIS_ ULONG OutputControl,ULONG Mask,PCSTR Format,...) PURE; in DECLARE_INTERFACE_()
944 STDMETHODV(OutputPrompt)(THIS_ ULONG OutputControl,PCSTR Format,...) PURE; in DECLARE_INTERFACE_()
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dbasetyps.h50 #define STDMETHODV(method) virtual COM_DECLSPEC_NOTHROW HRESULT STDMETHODVCALLTYPE method macro
66 #define STDMETHODV(method) HRESULT (STDMETHODVCALLTYPE *method) macro
82 #define IFACEMETHODV(method) /*override*/ STDMETHODV (method)
H A Dcombaseapi.h55 #define STDMETHODV(method) virtual COM_DECLSPEC_NOTHROW HRESULT STDMETHODVCALLTYPE method macro
67 #define IFACEMETHODV(method) STDMETHODV (method)
91 #define STDMETHODV(method) HRESULT (STDMETHODVCALLTYPE *method) macro
96 #define IFACEMETHODV(method) STDMETHODV (method)
H A Ddbgeng.h717 STDMETHODV(Output)(THIS_ ULONG Mask,PCSTR Format,...) PURE; in DECLARE_INTERFACE_()
719 STDMETHODV(ControlledOutput)(THIS_ ULONG OutputControl,ULONG Mask,PCSTR Format,...) PURE; in DECLARE_INTERFACE_()
721 STDMETHODV(OutputPrompt)(THIS_ ULONG OutputControl,PCSTR Format,...) PURE; in DECLARE_INTERFACE_()
819 STDMETHODV(Output)(THIS_ ULONG Mask,PCSTR Format,...) PURE; in DECLARE_INTERFACE_()
821 STDMETHODV(ControlledOutput)(THIS_ ULONG OutputControl,ULONG Mask,PCSTR Format,...) PURE; in DECLARE_INTERFACE_()
823 STDMETHODV(OutputPrompt)(THIS_ ULONG OutputControl,PCSTR Format,...) PURE; in DECLARE_INTERFACE_()
940 STDMETHODV(Output)(THIS_ ULONG Mask,PCSTR Format,...) PURE; in DECLARE_INTERFACE_()
942 STDMETHODV(ControlledOutput)(THIS_ ULONG OutputControl,ULONG Mask,PCSTR Format,...) PURE; in DECLARE_INTERFACE_()
944 STDMETHODV(OutputPrompt)(THIS_ ULONG OutputControl,PCSTR Format,...) PURE; in DECLARE_INTERFACE_()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/agent/src/os/win32/windbg/
H A Dsawindbg.cpp43 #ifndef STDMETHODV
44 #define STDMETHODV(method) virtual HRESULT STDMETHODVCALLTYPE method macro
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/agent/src/os/win32/windbg/
H A Dsawindbg.cpp43 #ifndef STDMETHODV
44 #define STDMETHODV(method) virtual HRESULT STDMETHODVCALLTYPE method macro
/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/src/runtime/
H A Dmini_d3d12.h617 #define STDMETHODV(method) virtual COM_DECLSPEC_NOTHROW HRESULT STDMETHODVCALLTYPE method
629 #define IFACEMETHODV(method) __override STDMETHODV(method)
676 #define STDMETHODV(method) HRESULT(STDMETHODVCALLTYPE *method)
681 #define IFACEMETHODV(method) __override STDMETHODV(method)