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

  /external/lzma/CPP/Windows/Control/
ImageList.h 56 bool GetImageInfo(int index, IMAGEINFO* imageInfo) const
57 { return BOOLToBool(ImageList_GetImageInfo(m_Object, index, imageInfo)); }
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
commoncontrols.h 71 virtual HRESULT WINAPI GetImageInfo(int i,IMAGEINFO *pImageInfo) = 0;
107 HRESULT (WINAPI *GetImageInfo)(IImageList *This,int i,IMAGEINFO *pImageInfo);
184 HRESULT WINAPI IImageList_GetImageInfo_Proxy(IImageList *This,int i,IMAGEINFO *pImageInfo);
commctrl.h 398 #ifndef IMAGEINFO
405 } IMAGEINFO,*LPIMAGEINFO;
410 WINCOMMCTRLAPI WINBOOL WINAPI ImageList_GetImageInfo(HIMAGELIST himl,int i,IMAGEINFO *pImageInfo);
    [all...]

Completed in 384 milliseconds