Searched refs:fSHG (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/tex2rtf/src/
H A Dreadshg.cpp39 { FILE* fSHG = wxFopen( fileName, _T("rb")); local
43 if(fSHG == 0)
47 fseek( fSHG, OFF_OFFSET, SEEK_SET);
49 fread( &offset, 2, 1, fSHG); // get the offset in first two bytes..
51 fread( &offset, 4, 1, fSHG);// this is our offset for very long DIB
53 if(fseek( fSHG, offset, SEEK_SET) != 0)
55 fclose( fSHG);
58 fread( &nHotspots, 2, 1, fSHG);
64 fread( &nMacroStrings, 2, 1, fSHG); // we can ignore the macros, as this is
66 fseek( fSHG,
[all...]

Completed in 99 milliseconds