HomeSort by relevance Sort by last modified time
    Searched refs:get_Domain (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/remoting/tools/winext/manifest/
rdp.h 308 HRESULT get_Domain([out] BSTR* pDomain);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
gpmgmt.h 624 virtual HRESULT WINAPI get_Domain(BSTR *pVal) = 0;
645 HRESULT (WINAPI *get_Domain)(IGPMDomain *This,BSTR *pVal);
668 #define IGPMDomain_get_Domain(This,pVal) (This)->lpVtbl->get_Domain(This,pVal)
    [all...]

Completed in 59 milliseconds