VirtualBox

Changeset 8558

Show
Ignore:
Timestamp:
05/05/08 12:06:33 (8 months ago)
Author:
vboxsync
Message:

RTFileFromNative and RTFileToNative.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/include/iprt/file.h

    r8245 r8558  
    160160 
    161161/** 
     162 * Creates an IPRT file handle from a native one. 
     163 * 
     164 * @returns IPRT status code. 
     165 * @param   pFile           Where to store the IPRT file handle. 
     166 * @param   uNative         The native handle. 
     167 */ 
     168RTR3DECL(int) RTFileFromNative(PRTFILE *pFile, RTHCINTPTR uNative); 
     169 
     170/** 
     171 * Gets the native handle for an IPRT file handle. 
     172 * 
     173 * @return  The native handle. 
     174 * @params  File            The IPRT file handle. 
     175 */ 
     176RTR3DECL(RTHCINTPTR) RTFileToNative(RTFILE File); 
     177 
     178/** 
    162179 * Delete a file. 
    163180 * 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy