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

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
certview.h 417 virtual HRESULT WINAPI GetColumnCount(LONG fResultColumn,LONG *pcColumn) = 0;
436 HRESULT (WINAPI *GetColumnCount)(ICertView *This,LONG fResultColumn,LONG *pcColumn);
457 #define ICertView_GetColumnCount(This,fResultColumn,pcColumn) (This)->lpVtbl->GetColumnCount(This,fResultColumn,pcColumn)
    [all...]
comsvcs.h     [all...]
  /external/pdfium/xfa/src/fdp/src/css/
fde_cssstyleselector.h 480 virtual const FDE_CSSLENGTH& GetColumnCount() const {
    [all...]

Completed in 628 milliseconds