Searched refs:get_Ordinal (Results 1 – 3 of 3) sorted by relevance
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/ |
H A D | adomd.h | 315 virtual HRESULT STDMETHODCALLTYPE get_Ordinal (long *pl) = 0; 332 HRESULT (STDMETHODCALLTYPE *get_Ordinal) (Cell *This, long *pl); 353 #define Cell_get_Ordinal(This, pl) ((This)->lpVtbl ->get_Ordinal (This, pl)) 419 virtual HRESULT STDMETHODCALLTYPE get_Ordinal (long *pl) = 0; 431 HRESULT (STDMETHODCALLTYPE *get_Ordinal) (Position *This, long *pl); 448 #define Position_get_Ordinal(This, pl) ((This)->lpVtbl ->get_Ordinal (This, pl))
|
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/ |
H A D | adomd.h | 315 virtual HRESULT STDMETHODCALLTYPE get_Ordinal (long *pl) = 0; 332 HRESULT (STDMETHODCALLTYPE *get_Ordinal) (Cell *This, long *pl); 353 #define Cell_get_Ordinal(This, pl) ((This)->lpVtbl ->get_Ordinal (This, pl)) 419 virtual HRESULT STDMETHODCALLTYPE get_Ordinal (long *pl) = 0; 431 HRESULT (STDMETHODCALLTYPE *get_Ordinal) (Position *This, long *pl); 448 #define Position_get_Ordinal(This, pl) ((This)->lpVtbl ->get_Ordinal (This, pl))
|
/dports/security/py-cybox/python-cybox-2.1.0.21/cybox/bindings/ |
H A D | win_executable_file_object.py | 1082 def get_Ordinal(self): return self.Ordinal member in PEExportedFunctionType 1253 def get_Ordinal(self): return self.Ordinal member in PEImportedFunctionType
|