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

  /external/webrtc/webrtc/base/
winfirewall.h 16 typedef long HRESULT; // Can't forward declare typedef, but don't need all win
34 bool Initialize(HRESULT* result);
42 bool authorized, HRESULT* result);
44 bool authorized, HRESULT* result);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/wrl/wrappers/
corewrappers.h 28 HRESULT hres = ::WindowsCreateStringReference(str, len, &header_, &hstr_);
85 HRESULT CopyTo(HSTRING *str) const throw() {
107 operator HRESULT() {
111 HRESULT hres;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntdsbcli.h 30 typedef LONG HRESULT;
104 HRESULT NTDSBCLI_API DsIsNTDSOnlineA(LPCSTR szServerName,WINBOOL *pfNTDSOnline);
105 HRESULT NTDSBCLI_API DsIsNTDSOnlineW(LPCWSTR szServerName,WINBOOL *pfNTDSOnline);
106 HRESULT NTDSBCLI_API DsBackupPrepareA(LPCSTR szBackupServer,ULONG grbit,ULONG btFlag,PVOID *ppvExpiryToken,LPDWORD pcbExpiryTokenSize,HBC *phbc);
107 HRESULT NTDSBCLI_API DsBackupPrepareW(LPCWSTR szBackupServer,ULONG grbit,ULONG btFlag,PVOID *ppvExpiryToken,LPDWORD pcbExpiryTokenSize,HBC *phbc);
108 HRESULT NTDSBCLI_API DsBackupGetDatabaseNamesA(HBC hbc,LPSTR *pszAttachmentInfo,LPDWORD pcbSize);
109 HRESULT NTDSBCLI_API DsBackupGetDatabaseNamesW(HBC hbc,LPWSTR *pszAttachmentInfo,LPDWORD pcbSize);
110 HRESULT NTDSBCLI_API DsBackupOpenFileA(HBC hbc,LPCSTR szAttachmentName,DWORD cbReadHintSize,LARGE_INTEGER *pliFileSize);
111 HRESULT NTDSBCLI_API DsBackupOpenFileW(HBC hbc,LPCWSTR szAttachmentName,DWORD cbReadHintSize,LARGE_INTEGER *pliFileSize);
112 HRESULT NTDSBCLI_API DsBackupRead(HBC hbc,PVOID pvBuffer,DWORD cbBuffer,PDWORD pcbRead)
    [all...]
strsafe.h 46 typedef __LONG32 HRESULT;
50 #define SUCCEEDED(hr) ((HRESULT)(hr) >= 0)
54 #define FAILED(hr) ((HRESULT)(hr) < 0)
58 #define S_OK ((HRESULT)0x00000000)
85 #define STRSAFEAPI _STRSAFE_EXTERN_C __inline HRESULT WINAPI
87 #define STRSAFEAPI HRESULT WINAPI
91 #define STRSAFE_INLINE_API _STRSAFE_EXTERN_C __CRT_INLINE HRESULT WINAPI
93 #define STRSAFE_INLINE_API HRESULT WINAPI
116 #define STRSAFE_E_INSUFFICIENT_BUFFER ((HRESULT)0x8007007A)
117 #define STRSAFE_E_INVALID_PARAMETER ((HRESULT)0x80070057
    [all...]
wtypesbase.h 210 typedef LONG HRESULT;
212 typedef __LONG32 HRESULT;
ntdef.h 368 typedef LONG HRESULT;
netmon.h     [all...]
commctrl.h 23 typedef LONG HRESULT;
170 HRESULT hResult;
455 WINCOMMCTRLAPI HRESULT WINAPI ImageList_ReadEx(DWORD dwFlags,LPSTREAM pstm,REFIID riid,PVOID *ppv);
456 WINCOMMCTRLAPI HRESULT WINAPI ImageList_WriteEx(HIMAGELIST himl,DWORD dwFlags,LPSTREAM pstm);
475 WINCOMMCTRLAPI HRESULT WINAPI HIMAGELIST_QueryInterface (HIMAGELIST himl, REFIID riid, void **ppv);
    [all...]
wincrypt.h 22 typedef LONG HRESULT;
    [all...]
winerror.h 45 #define SEC_E_OK ((HRESULT)0x00000000)
    [all...]
winnt.h 412 typedef LONG HRESULT;
428 #define STDAPI EXTERN_C HRESULT WINAPI
431 #define STDMETHODIMP HRESULT WINAPI
434 #define STDAPIV EXTERN_C HRESULT STDAPIVCALLTYPE
437 #define STDMETHODIMPV HRESULT STDMETHODVCALLTYPE
    [all...]
  /external/python/cpython2/Lib/ctypes/
__init__.py 38 WINOLEAPI -> HRESULT
400 # XXX Hm, what about HRESULT as normal parameter?
403 class HRESULT(_SimpleCData):
418 Windows stdcall calling convention, and returning HRESULT.
419 HRESULT error values are automatically raised as WindowsError
423 _func_restype_ = HRESULT
  /external/python/cpython3/Lib/ctypes/
__init__.py 37 # WINOLEAPI -> HRESULT
386 # XXX Hm, what about HRESULT as normal parameter?
389 class HRESULT(_SimpleCData):
404 Windows stdcall calling convention, and returning HRESULT.
405 HRESULT error values are automatically raised as OSError
409 _func_restype_ = HRESULT
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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
  /external/lzma/CPP/Common/
MyWindows.h 69 #define HRESULT LONG
70 #define FAILED(Status) ((HRESULT)(Status)<0)
74 #define S_OK ((HRESULT)0x00000000L)
75 #define S_FALSE ((HRESULT)0x00000001L)
76 #define E_NOTIMPL ((HRESULT)0x80004001L)
77 #define E_NOINTERFACE ((HRESULT)0x80004002L)
78 #define E_ABORT ((HRESULT)0x80004004L)
79 #define E_FAIL ((HRESULT)0x80004005L)
80 #define STG_E_INVALIDFUNCTION ((HRESULT)0x80030001L)
81 #define E_OUTOFMEMORY ((HRESULT)0x8007000EL)
    [all...]
  /external/mesa3d/include/D3D9/
d3d9types.h 39 #define FAILED(x) ((HRESULT)(x) < 0)
40 #define SUCCEEDED(x) ((HRESULT)(x) >= 0)
44 ((HRESULT)(sev) << 31) | \
45 ((HRESULT)(fac) << 16) | \
46 (HRESULT)(code) \
55 #define S_OK ((HRESULT)0)
56 #define S_FALSE ((HRESULT)1)
86 typedef int32_t HRESULT;
    [all...]
  /prebuilts/tools/common/m2/repository/net/java/dev/jna/platform/3.4.0/
platform-3.4.0.jar 

Completed in 2235 milliseconds