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

  /external/webrtc/webrtc/modules/audio_device/win/
audio_device_core_win.cc 105 STDMETHOD(GetMaxLength(DWORD* pcbMaxLength))
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
certview.h 129 virtual HRESULT WINAPI GetMaxLength(LONG *pMaxLength) = 0;
150 HRESULT (WINAPI *GetMaxLength)(IEnumCERTVIEWCOLUMN *This,LONG *pMaxLength);
173 #define IEnumCERTVIEWCOLUMN_GetMaxLength(This,pMaxLength) (This)->lpVtbl->GetMaxLength(This,pMaxLength)
    [all...]

Completed in 757 milliseconds