DOS/32 Advanced DOS Extender - D32A C/C++ Run-Time Library Reference



6.06 - DOS/32 Advanced D32A Library function - d32a_free_selector()

Synopsys:

#include <d32a.h>
int d32a_free_selector(unsigned short Sel);


Description:

This function frees a Protected Mode Selector Sel previously allocated by the d32a_alloc_selector function, or by DPMI function 0000h.


Returns:

TRUE if the selector was freed successfully, FALSE otherwise (if the Sel is not a valid Protected Mode Selector).

 


Copyright © DOS/32 Advanced Team 1996-2002
All Rights Reserved