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

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
comdef.h 46 WORD WCode() const throw();
54 static HRESULT WCodeToHRESULT(WORD wCode) throw();
88 inline WORD _com_error::WCode() const throw() { return HRESULTToWCode(m_hresult); }
138 WORD wCode = WCode();
139 if(wCode!=0) {
140 _COM_PRINTF_S_1(m_pszMsg,32,TEXT("IDispatch error #%d"),wCode);
150 inline HRESULT _com_error::WCodeToHRESULT(WORD wCode) throw() { return wCode >= 0xFE00 ? WCODE_HRESULT_LAST : WCODE_HRESULT_FIRST + wCode; }
    [all...]
oaidl.h 500 WORD wCode;
512 WORD wCode;
    [all...]
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 315 milliseconds