HomeSort by relevance Sort by last modified time
    Searched defs:HRESULT (Results 1 - 6 of 6) sorted by null

  /external/chromium/third_party/libjingle/source/talk/base/
winfirewall.h 33 typedef long HRESULT; // Can't forward declare typedef, but don't need all win
51 bool Initialize(HRESULT* result);
59 bool authorized, HRESULT* result);
61 bool authorized, HRESULT* result);
  /external/chromium_org/printing/
printing_context_win.h 52 void SetPrintDialog(HRESULT (__stdcall *print_dialog_func)(LPPRINTDLGEX)) {
95 HRESULT (__stdcall *print_dialog_func_)(LPPRINTDLGEX);
  /external/chromium_org/third_party/libjingle/source/talk/base/
winfirewall.h 33 typedef long HRESULT; // Can't forward declare typedef, but don't need all win
51 bool Initialize(HRESULT* result);
59 bool authorized, HRESULT* result);
61 bool authorized, HRESULT* result);
  /external/lzma/CPP/Common/
MyWindows.h 62 #define HRESULT LONG
63 #define FAILED(Status) ((HRESULT)(Status)<0)
67 #define S_OK ((HRESULT)0x00000000L)
68 #define S_FALSE ((HRESULT)0x00000001L)
69 #define E_NOTIMPL ((HRESULT)0x80004001L)
70 #define E_NOINTERFACE ((HRESULT)0x80004002L)
71 #define E_ABORT ((HRESULT)0x80004004L)
72 #define E_FAIL ((HRESULT)0x80004005L)
73 #define STG_E_INVALIDFUNCTION ((HRESULT)0x80030001L)
74 #define E_OUTOFMEMORY ((HRESULT)0x8007000EL)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/
__init__.py 41 WINOLEAPI -> HRESULT
403 # XXX Hm, what about HRESULT as normal parameter?
406 class HRESULT(_SimpleCData):
421 Windows stdcall calling convention, and returning HRESULT.
422 HRESULT error values are automatically raised as WindowsError
426 _func_restype_ = HRESULT
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/
__init__.py 41 WINOLEAPI -> HRESULT
403 # XXX Hm, what about HRESULT as normal parameter?
406 class HRESULT(_SimpleCData):
421 Windows stdcall calling convention, and returning HRESULT.
422 HRESULT error values are automatically raised as WindowsError
426 _func_restype_ = HRESULT

Completed in 57 milliseconds