IFSMgr_Win32MapSFTToExtendedHandle


IFSMgr_Win32MapSFTToExtendedHandle(
 unsigned short DOSHandle,
 unsigned long * pExtHandle
 )

This service is provided solely for the use of the Win32 subsystem. It maps a DOS handle to an extended handle. The service must be called in the context of the DOS VM. The service is failed if the DOS handle does not belong to the IFS manager.

DOSHandle

Supplies the DOS handle that is to be mapped.

pExtHandle

Supplies a pointer to the variable that is to contain the mapped extended handle.

pExtHandle

Contains the mapped extended handle if the operation was successful.