home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / warptlk3.zip / TOOLKIT / SAMPLES / MM / FSSHT / SEEKCALC.H < prev    next >
Text File  |  1995-08-24  |  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.