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



6.05 - DOS/32 Advanced D32A Library function - d32a_alloc_selector()

Synopsys:

#include <d32a.h>
unsigned short d32a_alloc_selector(unsigned long Base, unsigned long Limit, unsigned short Attr);


Description:

This function allocates a Protected Mode Selector and sets its Base, Limit and Access Rights to the Base, Limit and Attr respective.


Returns:

If successful, a Protected Mode Selector is returned. Otherwise (if DPMI could not allocate a Selector) this function will return NULL.

 


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