home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / tolkit45.zip / os2tk45 / samples / mm / fssht / seekcalc.h < prev    next >
Text File  |  1999-05-11  |  308b  |  6 lines

  1. ULONG APIENTRY Mmtime2Bytes(ULONG ulBytesPerUnit, ULONG lSeekPoint, MMTIME mmtimePerUnit, PLONG plByteSeekPoint);
  2.  
  3. ULONG APIENTRY Bytes2Mmtime(ULONG ulBytesPerUnit, ULONG lSeekPoint, MMTIME mmtimePerUnit, PLONG plByteSeekPoint);
  4.  
  5. ULONG APIENTRY AddNCheck(ULONG lAdd,ULONG lSeekPoint,PLONG plSeekPoint);
  6.