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

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wia.h 434 virtual HRESULT WINAPI GetItemType(LONG *pItemType) = 0;
456 HRESULT (WINAPI *GetItemType)(IWiaItem *This,LONG *pItemType);
480 #define IWiaItem_GetItemType(This,pItemType) (This)->lpVtbl->GetItemType(This,pItemType)
    [all...]
  /external/opencv3/modules/videoio/src/
cap_msmf.hpp     [all...]

Completed in 395 milliseconds